Skip to content

Commit

Permalink
Merge pull request #310 from mercadopago/feature/add-field-in-transac…
Browse files Browse the repository at this point in the history
…tion_details

add field bank_transfer_id
  • Loading branch information
edmarSoaress authored Feb 23, 2024
2 parents 6c5409f + 66421e7 commit e56e085
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/clients/payment/commonTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ export declare type TransactionDetails = {
barcode?: Barcode;
digitable_line?: string;
verification_code?: string;
bank_transfer_id?: string;
}

export declare type Barcode = {
Expand Down

0 comments on commit e56e085

Please sign in to comment.