| Server IP : 213.186.33.4 / Your IP : 216.73.216.193 Web Server : Apache System : Linux webm006.cluster103.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : awebpaca ( 35430) PHP Version : 8.5.0 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/awebpaca/Dolibarr/htdocs/includes/stripe/stripe-php/lib/Treasury/ |
Upload File : |
<?php
// File generated from our OpenAPI spec
namespace Stripe\Treasury;
/**
* Encodes whether a FinancialAccount has access to a particular Feature, with a
* <code>status</code> enum and associated <code>status_details</code>. Stripe or
* the platform can control Features via the requested field.
*
* @property string $object String representing the object's type. Objects of the same type share the same value.
* @property null|\Stripe\StripeObject $card_issuing Toggle settings for enabling/disabling a feature
* @property null|\Stripe\StripeObject $deposit_insurance Toggle settings for enabling/disabling a feature
* @property null|\Stripe\StripeObject $financial_addresses Settings related to Financial Addresses features on a Financial Account
* @property null|\Stripe\StripeObject $inbound_transfers InboundTransfers contains inbound transfers features for a FinancialAccount.
* @property null|\Stripe\StripeObject $intra_stripe_flows Toggle settings for enabling/disabling a feature
* @property null|\Stripe\StripeObject $outbound_payments Settings related to Outbound Payments features on a Financial Account
* @property null|\Stripe\StripeObject $outbound_transfers OutboundTransfers contains outbound transfers features for a FinancialAccount.
*/
class FinancialAccountFeatures extends \Stripe\ApiResource
{
const OBJECT_NAME = 'treasury.financial_account_features';
}