Package com.stripe.model
Class Subscription.AutomaticTax
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Subscription.AutomaticTax
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
Subscription
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Whether Stripe automatically computes tax on this subscription.int
hashCode()
void
setEnabled
(Boolean enabled) Whether Stripe automatically computes tax on this subscription.Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
AutomaticTax
public AutomaticTax()
-
-
Method Details