Skip to content

Commit

Permalink
add getter at PaymentPaymentReference
Browse files Browse the repository at this point in the history
  • Loading branch information
brunacamposxx committed Oct 30, 2023
1 parent 9b1558f commit 48f33ea
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
package com.mercadopago.resources.payment;

import lombok.Getter;

@Getter
public class PaymentPaymentReference {
/** Payment ID reference. */
private String id;
Expand Down

0 comments on commit 48f33ea

Please sign in to comment.