Package com.stripe.model.treasury
Class FinancialAccount.PlatformRestrictions
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.treasury.FinancialAccount.PlatformRestrictions
- All Implemented Interfaces:
- StripeObjectInterface
- Enclosing class:
- FinancialAccount
Restrictions that a Connect Platform has placed on this FinancialAccount.
- 
Field SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleanRestricts all inbound money movement.Restricts all outbound money movement.inthashCode()voidsetInboundFlows(String inboundFlows) Restricts all inbound money movement.voidsetOutboundFlows(String outboundFlows) Restricts all outbound money movement.Methods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
PlatformRestrictionspublic PlatformRestrictions()
 
- 
- 
Method Details- 
getInboundFlowsRestricts all inbound money movement.One of restricted, orunrestricted.
- 
getOutboundFlowsRestricts all outbound money movement.One of restricted, orunrestricted.
- 
setInboundFlowsRestricts all inbound money movement.One of restricted, orunrestricted.
- 
setOutboundFlowsRestricts all outbound money movement.One of restricted, orunrestricted.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-