Skip to content

Commit

Permalink
Add missing fields to TransactionDetails
Browse files Browse the repository at this point in the history
barcode, digitable_line, verification_code
  • Loading branch information
Romero Silva committed Jan 31, 2024
1 parent 4252000 commit c643c0f
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 c643c0f

Please sign in to comment.