Package com.stripe.model.tax
Class Registration.CountryOptions.Us
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.tax.Registration.CountryOptions.Us
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Registration.CountryOptions
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getState()
Two-letter US state code (ISO 3166-2).getType()
Type of registration in the US.int
hashCode()
void
setLocalAmusementTax
(Registration.CountryOptions.Us.LocalAmusementTax localAmusementTax) void
setLocalLeaseTax
(Registration.CountryOptions.Us.LocalLeaseTax localLeaseTax) void
Two-letter US state code (ISO 3166-2).void
Type of registration in the US.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Us
public Us()
-
-
Method Details
-
getLocalAmusementTax
-
getLocalLeaseTax
-
getState
Two-letter US state code (ISO 3166-2). -
getType
Type of registration in the US.One of
local_amusement_tax
,local_lease_tax
,state_communications_tax
, orstate_sales_tax
. -
setLocalAmusementTax
public void setLocalAmusementTax(Registration.CountryOptions.Us.LocalAmusementTax localAmusementTax) -
setLocalLeaseTax
-
setState
Two-letter US state code (ISO 3166-2). -
setType
Type of registration in the US.One of
local_amusement_tax
,local_lease_tax
,state_communications_tax
, orstate_sales_tax
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-