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