Skip to content

Commit

Permalink
Update generated code for v1521
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Feb 28, 2025
1 parent 6d4655d commit 9fcb147
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1520
v1521
4 changes: 2 additions & 2 deletions lib/Service/Treasury/FinancialAccountService.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ public function close($id, $params = null, $opts = null)
}

/**
* Creates a new FinancialAccount. For now, each connected account can only have
* one FinancialAccount.
* Creates a new FinancialAccount. Each connected account can have up to three
* FinancialAccounts by default.
*
* @param null|array{display_name?: null|string, expand?: string[], features?: array{card_issuing?: array{requested: bool}, deposit_insurance?: array{requested: bool}, financial_addresses?: array{aba?: array{bank?: string, requested: bool}}, inbound_transfers?: array{ach?: array{requested: bool}}, intra_stripe_flows?: array{requested: bool}, outbound_payments?: array{ach?: array{requested: bool}, us_domestic_wire?: array{requested: bool}}, outbound_transfers?: array{ach?: array{requested: bool}, us_domestic_wire?: array{requested: bool}}}, metadata?: \Stripe\StripeObject, nickname?: null|string, platform_restrictions?: array{inbound_flows?: string, outbound_flows?: string}, supported_currencies: string[]} $params
* @param null|RequestOptionsArray|\Stripe\Util\RequestOptions $opts
Expand Down
4 changes: 2 additions & 2 deletions lib/Treasury/FinancialAccount.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ class FinancialAccount extends \Stripe\ApiResource
const STATUS_OPEN = 'open';

/**
* Creates a new FinancialAccount. For now, each connected account can only have
* one FinancialAccount.
* Creates a new FinancialAccount. Each connected account can have up to three
* FinancialAccounts by default.
*
* @param null|array{display_name?: null|string, expand?: string[], features?: array{card_issuing?: array{requested: bool}, deposit_insurance?: array{requested: bool}, financial_addresses?: array{aba?: array{bank?: string, requested: bool}}, inbound_transfers?: array{ach?: array{requested: bool}}, intra_stripe_flows?: array{requested: bool}, outbound_payments?: array{ach?: array{requested: bool}, us_domestic_wire?: array{requested: bool}}, outbound_transfers?: array{ach?: array{requested: bool}, us_domestic_wire?: array{requested: bool}}}, metadata?: \Stripe\StripeObject, nickname?: null|string, platform_restrictions?: array{inbound_flows?: string, outbound_flows?: string}, supported_currencies: string[]} $params
* @param null|array|string $options
Expand Down

0 comments on commit 9fcb147

Please sign in to comment.