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 Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThis hash contains the features the mobile payment element supports. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier 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.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
MobilePaymentElement
public MobilePaymentElement()
-
-
Method Details
-
getEnabled
Whether the mobile payment element is enabled. -
getFeatures
This hash defines whether the mobile payment element supports certain features. -
setEnabled
Whether the mobile payment element is enabled. -
setFeatures
This hash defines whether the mobile payment element supports certain features. -
equals
-
canEqual
-
hashCode
public int hashCode()
-