Package com.stripe.model
Class PaymentLink.TaxIdCollection
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentLink.TaxIdCollection
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentLink
Indicates how the subscription should change when the trial ends if the user did not
provide a payment method.
One of cancel
, create_invoice
, or pause
.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Indicates whether tax ID collection is enabled for the session.int
hashCode()
void
setEnabled
(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