Package com.stripe.model
Class Order.AutomaticTax
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Order.AutomaticTax
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Order
For more details about AutomaticTax, 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 boolean
boolean
Whether Stripe automatically computes tax on this Order.The status of the most recent automated tax calculation for this Order.int
hashCode()
void
setEnabled
(Boolean enabled) Whether Stripe automatically computes tax on this Order.void
The status of the most recent automated tax calculation for this Order.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
AutomaticTax
public AutomaticTax()
-
-
Method Details
-
getEnabled
Whether Stripe automatically computes tax on this Order. -
getStatus
The status of the most recent automated tax calculation for this Order.One of
complete
,failed
, orrequires_location_inputs
. -
setEnabled
Whether Stripe automatically computes tax on this Order. -
setStatus
The status of the most recent automated tax calculation for this Order.One of
complete
,failed
, orrequires_location_inputs
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-