mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 07:40:10 +00:00
Merge pull request #32578 from behroozk/master
[@types/stripe] Fix balance_transaction type in IRefund
This commit is contained in:
2
types/stripe/index.d.ts
vendored
2
types/stripe/index.d.ts
vendored
@@ -5063,7 +5063,7 @@ declare namespace Stripe {
|
||||
/**
|
||||
* Balance transaction that describes the impact of this reversal on your account balance.
|
||||
*/
|
||||
balance_transaction: string;
|
||||
balance_transaction: string | balance.IBalanceTransaction;
|
||||
|
||||
/**
|
||||
* ID of the charge that was refunded. [Expandable]
|
||||
|
||||
Reference in New Issue
Block a user