Package com.stripe.model
Class CustomerSession.Components.MobilePaymentElement
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.CustomerSession.Components.MobilePaymentElement
- All Implemented Interfaces:
- StripeObjectInterface
- Enclosing class:
- CustomerSession.Components
This hash contains whether the mobile payment element is enabled and the features it
 supports.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classThis hash contains the features the mobile payment element supports.
- 
Field SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleanWhether the mobile payment element is enabled.This hash defines whether the mobile payment element supports certain features.inthashCode()voidsetEnabled(Boolean enabled) Whether the mobile payment element is enabled.voidThis hash defines whether the mobile payment element supports certain features.Methods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
MobilePaymentElementpublic MobilePaymentElement()
 
- 
- 
Method Details- 
getEnabledWhether the mobile payment element is enabled.
- 
getFeaturesThis hash defines whether the mobile payment element supports certain features.
- 
setEnabledWhether the mobile payment element is enabled.
- 
setFeaturesThis hash defines whether the mobile payment element supports certain features.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-