Skip to content

Commit

Permalink
Merge pull request #295 from mercadopago/feature/add-response-externa…
Browse files Browse the repository at this point in the history
…l-reference-id

[Feature] add external-reference in response
  • Loading branch information
andreagostinho-meli authored Sep 2, 2024
2 parents 555ffba + cebd8ee commit c4aef57
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,13 @@ public class PaymentData {

/** PaymentRules. */
private PaymentRules rules;

/** Reference Id. */
private String referenceId;

/** External Reference Id. */
private String externalReferenceId;

/** External Resource Url. */
private String externalResourceUrl;
}

0 comments on commit c4aef57

Please sign in to comment.