Merge pull request #32578 from behroozk/master

[@types/stripe] Fix balance_transaction type in IRefund
This commit is contained in:
Armando Aguirre
2019-02-04 13:55:06 -08:00
committed by GitHub

View File

@@ -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]