mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-14 14:00:26 +00:00
Fix balance_transaction type in IRefund
balance_transaction could be either a string or a balance.IBalanceTransaction, since it is an "Expandable".
This commit is contained in:
Vendored
+1
-1
@@ -5062,7 +5062,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