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
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetState()Two-letter US state code (ISO 3166-2).getType()Type of registration in the US.inthashCode()voidsetLocalAmusementTax(Registration.CountryOptions.Us.LocalAmusementTax localAmusementTax) voidsetLocalLeaseTax(Registration.CountryOptions.Us.LocalLeaseTax localLeaseTax) voidTwo-letter US state code (ISO 3166-2).voidType 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()
-