Skip to content

Commit

Permalink
Add transaction id
Browse files Browse the repository at this point in the history
  • Loading branch information
gdeandradero committed Nov 28, 2023
1 parent e9b49e8 commit 6d9de7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class PaymentTransactionData {
/** QR code image in Base 64. */
private String qrCodeBase64;

/** Transaction ID. */
/** BACEN identifier for Pix. */
private String transactionId;

/** Bank transfer ID. */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,7 @@ public class PaymentTransactionDetails {

/** Acquirer Reference. */
private String acquirerReference;

/** BACEN identifier for Pix. */
private String transactionId;
}

0 comments on commit 6d9de7c

Please sign in to comment.