Package com.stripe.model
Class CustomerSession.Components.MobilePaymentElement.Features
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.CustomerSession.Components.MobilePaymentElement.Features
- All Implemented Interfaces:
- StripeObjectInterface
- Enclosing class:
- CustomerSession.Components.MobilePaymentElement
This 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 booleanbooleaninthashCode()voidsetPaymentMethodAllowRedisplayFilters(List<String> paymentMethodAllowRedisplayFilters) voidsetPaymentMethodRedisplay(String paymentMethodRedisplay) voidsetPaymentMethodRemove(String paymentMethodRemove) voidsetPaymentMethodSave(String paymentMethodSave) voidsetPaymentMethodSaveAllowRedisplayOverride(String paymentMethodSaveAllowRedisplayOverride) Methods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
Featurespublic Features()
 
- 
- 
Method Details- 
getPaymentMethodAllowRedisplayFilters
- 
getPaymentMethodRedisplay
- 
getPaymentMethodRemove
- 
getPaymentMethodSave
- 
getPaymentMethodSaveAllowRedisplayOverride
- 
setPaymentMethodAllowRedisplayFilters
- 
setPaymentMethodRedisplay
- 
setPaymentMethodRemove
- 
setPaymentMethodSave
- 
setPaymentMethodSaveAllowRedisplayOverridepublic void setPaymentMethodSaveAllowRedisplayOverride(String paymentMethodSaveAllowRedisplayOverride) 
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-