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.
1 parent cc6343e commit 578f950Copy full SHA for 578f950
src/main/java/com/mercadopago/resources/payment/PaymentData.java
@@ -9,6 +9,12 @@ public class PaymentData {
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