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 customer sheet is enabled and the features it supports.static classThis hash contains whether the mobile payment element is enabled and the features it supports.static classThis hash contains whether the Payment Element is enabled and the features it supports.static classThis hash contains whether the pricing table is enabled.static classThis hash contains whether the Tax ID Element is enabled and the features it supports. -
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 customer sheet is enabled and the features it supports.This hash contains whether the mobile payment element is enabled and the features it supports.This hash contains whether the Payment Element is enabled and the features it supports.This hash contains whether the pricing table is enabled.This hash contains whether the Tax ID Element is enabled and the features it supports.inthashCode()voidsetBuyButton(CustomerSession.Components.BuyButton buyButton) This hash contains whether the buy button is enabled.voidsetCustomerSheet(CustomerSession.Components.CustomerSheet customerSheet) This hash contains whether the customer sheet is enabled and the features it supports.voidsetMobilePaymentElement(CustomerSession.Components.MobilePaymentElement mobilePaymentElement) This hash contains whether the mobile payment element is enabled and the features it supports.voidsetPaymentElement(CustomerSession.Components.PaymentElement paymentElement) This hash contains whether the Payment Element is enabled and the features it supports.voidsetPricingTable(CustomerSession.Components.PricingTable pricingTable) This hash contains whether the pricing table is enabled.voidsetTaxIdElement(CustomerSession.Components.TaxIdElement taxIdElement) This hash contains whether the Tax ID Element is enabled and the features it supports.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, 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. -
getCustomerSheet
This hash contains whether the customer sheet is enabled and the features it supports. -
getMobilePaymentElement
This hash contains whether the mobile payment element is enabled and the features it supports. -
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. -
getTaxIdElement
This hash contains whether the Tax ID Element is enabled and the features it supports. -
setBuyButton
This hash contains whether the buy button is enabled. -
setCustomerSheet
This hash contains whether the customer sheet is enabled and the features it supports. -
setMobilePaymentElement
public void setMobilePaymentElement(CustomerSession.Components.MobilePaymentElement mobilePaymentElement) This hash contains whether the mobile payment element is enabled and the features it supports. -
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. -
setTaxIdElement
This hash contains whether the Tax ID Element is enabled and the features it supports. -
equals
-
canEqual
-
hashCode
public int hashCode()
-