Package com.stripe.model.checkout
Class Session.TaxIdCollection
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.checkout.Session.TaxIdCollection
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Session
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanIndicates whether tax ID collection is enabled for the session.inthashCode()voidsetEnabled(Boolean enabled) Indicates whether tax ID collection is enabled for the session.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
TaxIdCollection
public TaxIdCollection()
-
-
Method Details