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:
Behrooz
2019-01-28 20:51:49 -05:00
committed by GitHub
parent 580005a083
commit 374fb2e150
+1 -1
View File
@@ -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]