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
For more details about Us, please refer to the API
Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about LocalAmusementTax, please refer to the API Reference.static class
For more details about LocalLeaseTax, please refer to the API Reference.static class
For more details about StateSalesTax, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
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
setStateSalesTax
(Registration.CountryOptions.Us.StateSalesTax stateSalesTax) void
Type of registration in the US.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, 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). -
getStateSalesTax
-
getType
Type of registration in the US.One of
local_amusement_tax
,local_lease_tax
,state_communications_tax
,state_retail_delivery_fee
, orstate_sales_tax
. -
setLocalAmusementTax
public void setLocalAmusementTax(Registration.CountryOptions.Us.LocalAmusementTax localAmusementTax) -
setLocalLeaseTax
-
setState
Two-letter US state code (ISO 3166-2). -
setStateSalesTax
-
setType
Type of registration in the US.One of
local_amusement_tax
,local_lease_tax
,state_communications_tax
,state_retail_delivery_fee
, orstate_sales_tax
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-