Package com.stripe.model
Class CustomerSession.Components.CustomerSheet
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.CustomerSession.Components.CustomerSheet
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- CustomerSession.Components
This hash contains whether the customer sheet is enabled and the features it supports.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThis hash contains the features the customer sheet supports. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanWhether the customer sheet is enabled.This hash defines whether the customer sheet supports certain features.inthashCode()voidsetEnabled(Boolean enabled) Whether the customer sheet is enabled.voidThis hash defines whether the customer sheet supports certain features.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
CustomerSheet
public CustomerSheet()
-
-
Method Details
-
getEnabled
Whether the customer sheet is enabled. -
getFeatures
This hash defines whether the customer sheet supports certain features. -
setEnabled
Whether the customer sheet is enabled. -
setFeatures
This hash defines whether the customer sheet supports certain features. -
equals
-
canEqual
-
hashCode
public int hashCode()
-