-
Notifications
You must be signed in to change notification settings - Fork 857
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6c42512
commit 7cda52d
Showing
6 changed files
with
30 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 Features extends \Stripe\ApiResource | ||
{ | ||
const OBJECT_NAME = 'treasury.financial_account.features'; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters