Package com.stripe.model
Class CustomerSession.Components
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.CustomerSession.Components
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- CustomerSession
Configuration for the components supported by this Customer Session.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
This hash contains whether the buy button is enabled.static class
This hash contains whether the Payment Element is enabled and the features it supports.static class
This hash contains whether the pricing table is enabled. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
This hash contains whether the buy button is enabled.This hash contains whether the Payment Element is enabled and the features it supports.This hash contains whether the pricing table is enabled.int
hashCode()
void
setBuyButton
(CustomerSession.Components.BuyButton buyButton) This hash contains whether the buy button is enabled.void
setPaymentElement
(CustomerSession.Components.PaymentElement paymentElement) This hash contains whether the Payment Element is enabled and the features it supports.void
setPricingTable
(CustomerSession.Components.PricingTable pricingTable) This hash contains whether the pricing table is enabled.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Components
public Components()
-
-
Method Details
-
getBuyButton
This hash contains whether the buy button is enabled. -
getPaymentElement
This hash contains whether the Payment Element is enabled and the features it supports. -
getPricingTable
This hash contains whether the pricing table is enabled. -
setBuyButton
This hash contains whether the buy button is enabled. -
setPaymentElement
This hash contains whether the Payment Element is enabled and the features it supports. -
setPricingTable
This hash contains whether the pricing table is enabled. -
equals
-
canEqual
-
hashCode
public int hashCode()
-