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
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Automatically calculate taxes.The status of the most recent automated tax calculation for this quote.int
hashCode()
void
setEnabled
(Boolean enabled) Automatically calculate taxes.void
The status of the most recent automated tax calculation for this quote.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
Automatically calculate taxes. -
getStatus
The status of the most recent automated tax calculation for this quote.One of
complete
,failed
, orrequires_location_inputs
. -
setEnabled
Automatically calculate taxes. -
setStatus
The status of the most recent automated tax calculation for this quote.One of
complete
,failed
, orrequires_location_inputs
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-