Package com.stripe.model.checkout
Class Session.AutomaticTax
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.checkout.Session.AutomaticTax
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Session
URL that creates a new Checkout Session when clicked that is a copy of this expired
Checkout Session.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Indicates whether automatic tax is enabled for the session.The status of the most recent automated tax calculation for this session.int
hashCode()
void
setEnabled
(Boolean enabled) Indicates whether automatic tax is enabled for the session.void
The status of the most recent automated tax calculation for this session.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
AutomaticTax
public AutomaticTax()
-
-
Method Details
-
getEnabled
Indicates whether automatic tax is enabled for the session. -
getStatus
The status of the most recent automated tax calculation for this session.One of
complete
,failed
, orrequires_location_inputs
. -
setEnabled
Indicates whether automatic tax is enabled for the session. -
setStatus
The status of the most recent automated tax calculation for this session.One of
complete
,failed
, orrequires_location_inputs
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-