mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-09 11:08:34 +01:00
Update Stripe lib to 10.7.0
This commit is contained in:
@@ -23,6 +23,7 @@ namespace Stripe;
|
||||
* @property null|string|\Stripe\Account $account The ID of the account that the bank account is associated with.
|
||||
* @property null|string $account_holder_name The name of the person or business that owns the bank account.
|
||||
* @property null|string $account_holder_type The type of entity that holds the account. This can be either <code>individual</code> or <code>company</code>.
|
||||
* @property null|string $account_type The bank account type. This can only be <code>checking</code> or <code>savings</code> in most countries. In Japan, this can only be <code>futsu</code> or <code>toza</code>.
|
||||
* @property null|string[] $available_payout_methods A set of available payout methods for this bank account. Only values from this set should be passed as the <code>method</code> when creating a payout.
|
||||
* @property null|string $bank_name Name of the bank associated with the routing number (e.g., <code>WELLS FARGO</code>).
|
||||
* @property string $country Two-letter ISO code representing the country the bank account is located in.
|
||||
|
||||
Reference in New Issue
Block a user