Package com.stripe.param.treasury
Class FinancialAccountUpdateFeaturesParams
java.lang.Object
com.stripe.net.ApiRequestParams
com.stripe.param.treasury.FinancialAccountUpdateFeaturesParams
-
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.Nested classes/interfaces inherited from class com.stripe.net.ApiRequestParams
ApiRequestParams.EnumParam
-
Field Summary
Fields inherited from class com.stripe.net.ApiRequestParams
EXTRA_PARAMS_KEY
-
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.Specifies which fields in the response should be expanded.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.Methods inherited from class com.stripe.net.ApiRequestParams
paramsToMap, toMap
-
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. -
getExpand
Specifies which fields in the response should be expanded. -
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.
-