Re-add stripe php library v 10.5.0, git errored because it had it's own git folder

This commit is contained in:
Marcus Hill
2023-02-07 21:34:50 +00:00
parent 23b482e172
commit 068737c7d3
276 changed files with 25857 additions and 0 deletions
@@ -0,0 +1,24 @@
<?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 \Stripe\StripeObject $card_issuing Toggle settings for enabling/disabling a feature
* @property \Stripe\StripeObject $deposit_insurance Toggle settings for enabling/disabling a feature
* @property \Stripe\StripeObject $financial_addresses Settings related to Financial Addresses features on a Financial Account
* @property \Stripe\StripeObject $inbound_transfers InboundTransfers contains inbound transfers features for a FinancialAccount.
* @property \Stripe\StripeObject $intra_stripe_flows Toggle settings for enabling/disabling a feature
* @property \Stripe\StripeObject $outbound_payments Settings related to Outbound Payments features on a Financial Account
* @property \Stripe\StripeObject $outbound_transfers OutboundTransfers contains outbound transfers features for a FinancialAccount.
*/
class FinancialAccountFeatures extends \Stripe\ApiResource
{
const OBJECT_NAME = 'treasury.financial_account_features';
}