Package com.stripe.model
Class PaymentLink.AutomaticTax
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentLink.AutomaticTax
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentLink
The URL the customer will be redirected to after the purchase is complete.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Iftrue
, tax will be calculated automatically using the customer's location.int
hashCode()
void
setEnabled
(Boolean enabled) Iftrue
, tax will be calculated automatically using the customer's location.Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
AutomaticTax
public AutomaticTax()
-
-
Method Details