Files
kulakpos_web/vendor/stripe/stripe-php/lib/Treasury/FinancialAccountFeatures.php
triagungbiantoro 417b7b7453
All checks were successful
Build, Push and Deploy / build-and-push (push) Successful in 3m27s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 16s
Build, Push and Deploy / deploy-staging (push) Successful in 31s
Build, Push and Deploy / deploy-production (push) Has been skipped
harga pada beranda terhubung ke manage plans di dashboard admin
2026-04-25 21:57:25 +07:00

24 lines
1.4 KiB
PHP
Executable 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';
}