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