Skip to content

Commit 578f950

Browse files
committed
add more fields
1 parent cc6343e commit 578f950

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/main/java/com/mercadopago/resources/payment/PaymentData.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ public class PaymentData {
99
/** PaymentRules. */
1010
private PaymentRules rules;
1111

12+
/** Reference Id. */
13+
private String referenceId;
14+
1215
/** External Reference Id. */
1316
private String externalReferenceId;
17+
18+
/** External Resource Url. */
19+
private String externalResourceUrl;
1420
}

0 commit comments

Comments
 (0)