Package com.stripe.model
Class Order.TaxDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Order.TaxDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Order
For more details about TaxDetails, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor more details about TaxId, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanDescribes the purchaser's tax exemption status.The purchaser's tax IDs to be used in calculation of tax for this Order.inthashCode()voidsetTaxExempt(String taxExempt) Describes the purchaser's tax exemption status.voidsetTaxIds(List<Order.TaxDetails.TaxId> taxIds) The purchaser's tax IDs to be used in calculation of tax for this Order.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
TaxDetails
public TaxDetails()
-
-
Method Details
-
getTaxExempt
Describes the purchaser's tax exemption status. One ofnone,exempt, orreverse. -
getTaxIds
The purchaser's tax IDs to be used in calculation of tax for this Order. -
setTaxExempt
Describes the purchaser's tax exemption status. One ofnone,exempt, orreverse. -
setTaxIds
The purchaser's tax IDs to be used in calculation of tax for this Order. -
equals
-
canEqual
-
hashCode
public int hashCode()
-