Package com.stripe.model
Class Quote.AutomaticTax
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Quote.AutomaticTax
- All Implemented Interfaces:
- StripeObjectInterface
- Enclosing class:
- Quote
For more details about AutomaticTax, please refer to the API Reference.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classFor more details about Liability, please refer to the API Reference.
- 
Field SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleanAutomatically calculate taxes.The account that's liable for tax.The tax provider powering automatic tax.The status of the most recent automated tax calculation for this quote.inthashCode()voidsetEnabled(Boolean enabled) Automatically calculate taxes.voidsetLiability(Quote.AutomaticTax.Liability liability) The account that's liable for tax.voidsetProvider(String provider) The tax provider powering automatic tax.voidThe status of the most recent automated tax calculation for this quote.Methods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
AutomaticTaxpublic AutomaticTax()
 
- 
- 
Method Details- 
getEnabledAutomatically calculate taxes.
- 
getLiabilityThe 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.
- 
getProviderThe tax provider powering automatic tax.
- 
getStatusThe status of the most recent automated tax calculation for this quote.One of complete,failed, orrequires_location_inputs.
- 
setEnabledAutomatically calculate taxes.
- 
setLiabilityThe 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.
- 
setProviderThe tax provider powering automatic tax.
- 
setStatusThe status of the most recent automated tax calculation for this quote.One of complete,failed, orrequires_location_inputs.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-