Skip to content

Commit

Permalink
feat(api): add ledger_transaction_id field to reversal (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Apr 23, 2024
1 parent 7bb000f commit ef9ad5c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/resources/payment-orders/reversals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ef9ad5c

Please sign in to comment.