From 66421e78b070a58390b9f675503772753f973379 Mon Sep 17 00:00:00 2001 From: edmarSoaress Date: Thu, 22 Feb 2024 12:06:16 -0300 Subject: [PATCH] add field bank_transfer_id --- src/clients/payment/commonTypes.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/clients/payment/commonTypes.ts b/src/clients/payment/commonTypes.ts index 125ce59..1f28a2f 100644 --- a/src/clients/payment/commonTypes.ts +++ b/src/clients/payment/commonTypes.ts @@ -99,6 +99,7 @@ export declare type TransactionDetails = { barcode?: Barcode; digitable_line?: string; verification_code?: string; + bank_transfer_id?: string; } export declare type Barcode = {