Package com.stripe.model
Class SubscriptionSchedule.Phase.AutomaticTax
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.SubscriptionSchedule.Phase.AutomaticTax
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- SubscriptionSchedule.Phase
Get expanded
promotionCode
.-
Nested Class Summary
-
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.The account that's liable for tax.int
hashCode()
void
setEnabled
(Boolean enabled) Whether Stripe automatically computes tax on invoices created during this phase.void
The account that's liable for tax.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, 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. -
getLiability
The account that's liable for tax. If set, the business address and tax registrations required to perform the tax calculation are loaded from this account. The tax transaction is returned in the report of the connected account. -
setEnabled
Whether Stripe automatically computes tax on invoices created during this phase. -
setLiability
The account that's liable for tax. If set, the business address and tax registrations required to perform the tax calculation are loaded from this account. The tax transaction is returned in the report of the connected account. -
equals
-
canEqual
-
hashCode
public int hashCode()
-