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
Nested ClassesModifier and TypeClassDescriptionstatic classThis hash contains whether the buy button is enabled.static classThis hash contains whether the pricing table is enabled. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThis hash contains whether the buy button is enabled.This hash contains whether the pricing table is enabled.inthashCode()voidsetBuyButton(CustomerSession.Components.BuyButton buyButton) This hash contains whether the buy button is enabled.voidsetPricingTable(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. -
getPricingTable
This hash contains whether the pricing table is enabled. -
setBuyButton
This hash contains whether the buy button is enabled. -
setPricingTable
This hash contains whether the pricing table is enabled. -
equals
-
canEqual
-
hashCode
public int hashCode()
-