wpforms-lite
/
vendor_prefixed
/
stripe
/
stripe-php
/
lib
/
Treasury
/
FinancialAccountFeatures.php
CreditReversal.php
1 year ago
DebitReversal.php
1 year ago
FinancialAccount.php
1 year ago
FinancialAccountFeatures.php
2 years ago
InboundTransfer.php
1 year ago
OutboundPayment.php
1 year ago
OutboundTransfer.php
1 year ago
ReceivedCredit.php
1 year ago
ReceivedDebit.php
1 year ago
Transaction.php
1 year ago
TransactionEntry.php
1 year ago
FinancialAccountFeatures.php
23 lines
| 1 | <?php |
| 2 | |
| 3 | // File generated from our OpenAPI spec |
| 4 | namespace WPForms\Vendor\Stripe\Treasury; |
| 5 | |
| 6 | /** |
| 7 | * Encodes whether a FinancialAccount has access to a particular Feature, with a <code>status</code> enum and associated <code>status_details</code>. |
| 8 | * Stripe or the platform can control Features via the requested field. |
| 9 | * |
| 10 | * @property string $object String representing the object's type. Objects of the same type share the same value. |
| 11 | * @property null|\Stripe\StripeObject $card_issuing Toggle settings for enabling/disabling a feature |
| 12 | * @property null|\Stripe\StripeObject $deposit_insurance Toggle settings for enabling/disabling a feature |
| 13 | * @property null|\Stripe\StripeObject $financial_addresses Settings related to Financial Addresses features on a Financial Account |
| 14 | * @property null|\Stripe\StripeObject $inbound_transfers InboundTransfers contains inbound transfers features for a FinancialAccount. |
| 15 | * @property null|\Stripe\StripeObject $intra_stripe_flows Toggle settings for enabling/disabling a feature |
| 16 | * @property null|\Stripe\StripeObject $outbound_payments Settings related to Outbound Payments features on a Financial Account |
| 17 | * @property null|\Stripe\StripeObject $outbound_transfers OutboundTransfers contains outbound transfers features for a FinancialAccount. |
| 18 | */ |
| 19 | class FinancialAccountFeatures extends \WPForms\Vendor\Stripe\ApiResource |
| 20 | { |
| 21 | const OBJECT_NAME = 'treasury.financial_account_features'; |
| 22 | } |
| 23 |