Skip to content

Commit

Permalink
Merge pull request #306 from mercadopago/feature/add-transactiondetai…
Browse files Browse the repository at this point in the history
…ls-fields

Add missing fields to TransactionDetails
  • Loading branch information
romerosilva-meli authored Feb 1, 2024
2 parents 4252000 + 80aa03d commit 60e9951
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/clients/payment/commonTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,13 @@ export declare type TransactionDetails = {
financial_institution?: string;
payable_deferral_period?: any;
transaction_id?: string;
barcode?: Barcode;
digitable_line?: string;
verification_code?: string;
}

export declare type Barcode = {
content?: string;
}

export declare type FeeDetails = {
Expand Down

0 comments on commit 60e9951

Please sign in to comment.