Package com.stripe.param.treasury
Class FinancialAccountCreateParams.Features
java.lang.Object
com.stripe.param.treasury.FinancialAccountCreateParams.Features
- Enclosing class:
- FinancialAccountCreateParams
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
Required. Whether the FinancialAccount should have the Feature.static class
Required. Whether the FinancialAccount should have the Feature.static class
Required. Whether the FinancialAccount should have the Feature.static class
Required. Whether the FinancialAccount should have the Feature.static class
Required. Whether the FinancialAccount should have the Feature.static class
Required. Whether the FinancialAccount should have the Feature. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Encodes the FinancialAccount's ability to be used with the Issuing product, including attaching cards to and drawing funds from the FinancialAccount.Represents whether this FinancialAccount is eligible for deposit insurance.Map of extra parameters for custom features not available in this client library.Contains Features that add FinancialAddresses to the FinancialAccount.Contains settings related to adding funds to a FinancialAccount from another Account with the same owner.Represents the ability for the FinancialAccount to send money to, or receive money from other FinancialAccounts (for example, via OutboundPayment).Includes Features related to initiating money movement out of the FinancialAccount to someone else's bucket of money.Contains a Feature and settings related to moving money out of the FinancialAccount into another Account with the same owner.
-
Method Details
-
builder
-
getCardIssuing
Encodes the FinancialAccount's ability to be used with the Issuing product, including attaching cards to and drawing funds from the FinancialAccount. -
getDepositInsurance
Represents whether this FinancialAccount is eligible for deposit insurance. Various factors determine the insurance amount. -
getExtraParams
Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's@SerializedName
value. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance. -
getFinancialAddresses
Contains Features that add FinancialAddresses to the FinancialAccount. -
getInboundTransfers
Contains settings related to adding funds to a FinancialAccount from another Account with the same owner. -
getIntraStripeFlows
Represents the ability for the FinancialAccount to send money to, or receive money from other FinancialAccounts (for example, via OutboundPayment). -
getOutboundPayments
Includes Features related to initiating money movement out of the FinancialAccount to someone else's bucket of money. -
getOutboundTransfers
Contains a Feature and settings related to moving money out of the FinancialAccount into another Account with the same owner.
-