Skip to content

Commit

Permalink
Update generated code for v1464
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Jan 29, 2025
1 parent 67ef99b commit 8dbae2e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1463
v1464
36 changes: 18 additions & 18 deletions types/Balance.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand All @@ -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;
}
Expand Down Expand Up @@ -153,35 +153,35 @@ 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;
}
}

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;
}
Expand Down Expand Up @@ -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;
}
Expand All @@ -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;
}
Expand Down

0 comments on commit 8dbae2e

Please sign in to comment.