Package com.stripe.param.treasury
Class FinancialAccountCreateParams.PlatformRestrictions.Builder
java.lang.Object
com.stripe.param.treasury.FinancialAccountCreateParams.PlatformRestrictions.Builder
- Enclosing class:
- FinancialAccountCreateParams.PlatformRestrictions
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Finalize and obtain parameter instance from this builder.putAllExtraParam
(Map<String, Object> map) Add all map key/value pairs to `extraParams` map.putExtraParam
(String key, Object value) Add a key/value pair to `extraParams` map.Restricts all inbound money movement.Restricts all outbound money movement.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
putExtraParam
public FinancialAccountCreateParams.PlatformRestrictions.Builder putExtraParam(String key, Object value) Add a key/value pair to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeeFinancialAccountCreateParams.PlatformRestrictions.extraParams
for the field documentation. -
putAllExtraParam
public FinancialAccountCreateParams.PlatformRestrictions.Builder putAllExtraParam(Map<String, Object> map) Add all map key/value pairs to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeeFinancialAccountCreateParams.PlatformRestrictions.extraParams
for the field documentation. -
setInboundFlows
public FinancialAccountCreateParams.PlatformRestrictions.Builder setInboundFlows(FinancialAccountCreateParams.PlatformRestrictions.InboundFlows inboundFlows) Restricts all inbound money movement. -
setOutboundFlows
public FinancialAccountCreateParams.PlatformRestrictions.Builder setOutboundFlows(FinancialAccountCreateParams.PlatformRestrictions.OutboundFlows outboundFlows) Restricts all outbound money movement.
-