Package com.stripe.model
Class CustomerSession.Components.ActiveEntitlements
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.CustomerSession.Components.ActiveEntitlements
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- CustomerSession.Components
This hash contains whether the active entitlements is enabled.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanWhether the active entitlements is enabled.inthashCode()voidsetEnabled(Boolean enabled) Whether the active entitlements is enabled.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
ActiveEntitlements
public ActiveEntitlements()
-
-
Method Details