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 Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Restricts all inbound money movement.Restricts all outbound money movement.int
hashCode()
void
setInboundFlows
(String inboundFlows) Restricts all inbound money movement.void
setOutboundFlows
(String outboundFlows) Restricts all outbound money movement.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
PlatformRestrictions
public PlatformRestrictions()
-
-
Method Details
-
getInboundFlows
Restricts all inbound money movement.One of
restricted
, orunrestricted
. -
getOutboundFlows
Restricts all outbound money movement.One of
restricted
, orunrestricted
. -
setInboundFlows
Restricts all inbound money movement.One of
restricted
, orunrestricted
. -
setOutboundFlows
Restricts all outbound money movement.One of
restricted
, orunrestricted
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-