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
public static class Session.AutomaticTax extends StripeObject
-
-
Field Summary
-
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
-
Constructor Summary
Constructors Constructor Description AutomaticTax()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.BooleangetEnabled()Indicates whether automatic tax is enabled for the session.java.lang.StringgetStatus()The status of the most recent automated tax calculation for this session.inthashCode()voidsetEnabled(java.lang.Boolean enabled)Indicates whether automatic tax is enabled for the session.voidsetStatus(java.lang.String status)The status of the most recent automated tax calculation for this session.-
Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
-
-
-
Method Detail
-
getEnabled
public java.lang.Boolean getEnabled()
Indicates whether automatic tax is enabled for the session.
-
getStatus
public java.lang.String getStatus()
The status of the most recent automated tax calculation for this session.One of
complete,failed, orrequires_location_inputs.
-
setEnabled
public void setEnabled(java.lang.Boolean enabled)
Indicates whether automatic tax is enabled for the session.
-
setStatus
public void setStatus(java.lang.String status)
The status of the most recent automated tax calculation for this session.One of
complete,failed, orrequires_location_inputs.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-