Package com.stripe.model
Class AccountSession.Components.InstantPayoutsPromotion.Features
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.AccountSession.Components.InstantPayoutsPromotion.Features
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- AccountSession.Components.InstantPayoutsPromotion
For more details about Features, please refer to the API Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
void
setDisableStripeUserAuthentication
(Boolean disableStripeUserAuthentication) void
setExternalAccountCollection
(Boolean externalAccountCollection) void
setInstantPayouts
(Boolean instantPayouts) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Features
public Features()
-
-
Method Details