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 SummaryNested ClassesModifier and TypeClassDescriptionstatic classThis hash contains the features the customer sheet supports.
- 
Field SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
CustomerSheetpublic CustomerSheet()
 
- 
- 
Method Details- 
getEnabledWhether the customer sheet is enabled.
- 
getFeaturesThis hash defines whether the customer sheet supports certain features.
- 
setEnabledWhether the customer sheet is enabled.
- 
setFeaturesThis hash defines whether the customer sheet supports certain features.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-