From ef9ad5c783d29c5c7ef107d1e63b35d948af21db Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 20:15:42 +0000 Subject: [PATCH] feat(api): add ledger_transaction_id field to reversal (#383) --- src/resources/payment-orders/reversals.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/resources/payment-orders/reversals.ts b/src/resources/payment-orders/reversals.ts index d6198bdb..b89a4fec 100644 --- a/src/resources/payment-orders/reversals.ts +++ b/src/resources/payment-orders/reversals.ts @@ -72,6 +72,11 @@ export interface Reversal { created_at: string; + /** + * The ID of the ledger transaction linked to the reversal. + */ + ledger_transaction_id: string | null; + /** * This field will be true if this object exists in the live environment or false * if it exists in the test environment.