diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION index 7991f3354c..0f9376b393 100644 --- a/OPENAPI_VERSION +++ b/OPENAPI_VERSION @@ -1 +1 @@ -v1463 \ No newline at end of file +v1464 \ No newline at end of file diff --git a/types/Balance.d.ts b/types/Balance.d.ts index 48c6fef665..774eeb8e09 100644 --- a/types/Balance.d.ts +++ b/types/Balance.d.ts @@ -67,17 +67,17 @@ declare module 'stripe' { namespace Available { interface SourceTypes { /** - * Amount for bank account. + * Amount coming from [legacy US ACH payments](https://docs.stripe.com/ach-deprecated). */ bank_account?: number; /** - * Amount for card. + * Amount coming from most payment methods, including cards as well as [non-legacy bank debits](https://docs.stripe.com/payments/bank-debits). */ card?: number; /** - * Amount for FPX. + * Amount coming from [FPX](https://docs.stripe.com/payments/fpx), a Malaysian payment method. */ fpx?: number; } @@ -100,17 +100,17 @@ declare module 'stripe' { namespace ConnectReserved { interface SourceTypes { /** - * Amount for bank account. + * Amount coming from [legacy US ACH payments](https://docs.stripe.com/ach-deprecated). */ bank_account?: number; /** - * Amount for card. + * Amount coming from most payment methods, including cards as well as [non-legacy bank debits](https://docs.stripe.com/payments/bank-debits). */ card?: number; /** - * Amount for FPX. + * Amount coming from [FPX](https://docs.stripe.com/payments/fpx), a Malaysian payment method. */ fpx?: number; } @@ -153,17 +153,17 @@ declare module 'stripe' { namespace NetAvailable { interface SourceTypes { /** - * Amount for bank account. + * Amount coming from [legacy US ACH payments](https://docs.stripe.com/ach-deprecated). */ bank_account?: number; /** - * Amount for card. + * Amount coming from most payment methods, including cards as well as [non-legacy bank debits](https://docs.stripe.com/payments/bank-debits). */ card?: number; /** - * Amount for FPX. + * Amount coming from [FPX](https://docs.stripe.com/payments/fpx), a Malaysian payment method. */ fpx?: number; } @@ -171,17 +171,17 @@ declare module 'stripe' { interface SourceTypes { /** - * Amount for bank account. + * Amount coming from [legacy US ACH payments](https://docs.stripe.com/ach-deprecated). */ bank_account?: number; /** - * Amount for card. + * Amount coming from most payment methods, including cards as well as [non-legacy bank debits](https://docs.stripe.com/payments/bank-debits). */ card?: number; /** - * Amount for FPX. + * Amount coming from [FPX](https://docs.stripe.com/payments/fpx), a Malaysian payment method. */ fpx?: number; } @@ -212,17 +212,17 @@ declare module 'stripe' { namespace Available { interface SourceTypes { /** - * Amount for bank account. + * Amount coming from [legacy US ACH payments](https://docs.stripe.com/ach-deprecated). */ bank_account?: number; /** - * Amount for card. + * Amount coming from most payment methods, including cards as well as [non-legacy bank debits](https://docs.stripe.com/payments/bank-debits). */ card?: number; /** - * Amount for FPX. + * Amount coming from [FPX](https://docs.stripe.com/payments/fpx), a Malaysian payment method. */ fpx?: number; } @@ -246,17 +246,17 @@ declare module 'stripe' { namespace Pending { interface SourceTypes { /** - * Amount for bank account. + * Amount coming from [legacy US ACH payments](https://docs.stripe.com/ach-deprecated). */ bank_account?: number; /** - * Amount for card. + * Amount coming from most payment methods, including cards as well as [non-legacy bank debits](https://docs.stripe.com/payments/bank-debits). */ card?: number; /** - * Amount for FPX. + * Amount coming from [FPX](https://docs.stripe.com/payments/fpx), a Malaysian payment method. */ fpx?: number; }