Package com.stripe.model
Class AccountSession.Components.Documents
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.AccountSession.Components.Documents
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- AccountSession.Components
Whether to allow creation of standard payouts. Default
true when Stripe owns Loss
Liability, default false otherwise.-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanWhether the embedded component is enabled.inthashCode()voidsetEnabled(Boolean enabled) Whether the embedded component is enabled.voidMethods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Documents
public Documents()
-
-
Method Details