We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 555ffba + cebd8ee commit c4aef57Copy full SHA for c4aef57
src/main/java/com/mercadopago/resources/payment/PaymentData.java
@@ -8,4 +8,13 @@ public class PaymentData {
8
9
/** PaymentRules. */
10
private PaymentRules rules;
11
+
12
+ /** Reference Id. */
13
+ private String referenceId;
14
15
+ /** External Reference Id. */
16
+ private String externalReferenceId;
17
18
+ /** External Resource Url. */
19
+ private String externalResourceUrl;
20
}
0 commit comments