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 classFor more details about AdmissionsTax, please refer to the API Reference.static classFor more details about AttendanceTax, please refer to the API Reference.static classFor more details about EntertainmentTax, please refer to the API Reference.static classFor more details about GrossReceiptsTax, please refer to the API Reference.static classFor more details about HospitalityTax, please refer to the API Reference.static classFor more details about LocalAmusementTax, please refer to the API Reference.static classFor more details about LocalLeaseTax, please refer to the API Reference.static classFor more details about LuxuryTax, please refer to the API Reference.static classFor more details about ResortTax, please refer to the API Reference.static classFor more details about StateSalesTax, please refer to the API Reference.static classFor more details about TourismTax, 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 booleanbooleangetState()Two-letter US state code (ISO 3166-2).getType()Type of registration in the US.inthashCode()voidsetAdmissionsTax(Registration.CountryOptions.Us.AdmissionsTax admissionsTax) voidsetAttendanceTax(Registration.CountryOptions.Us.AttendanceTax attendanceTax) voidsetEntertainmentTax(Registration.CountryOptions.Us.EntertainmentTax entertainmentTax) voidsetGrossReceiptsTax(Registration.CountryOptions.Us.GrossReceiptsTax grossReceiptsTax) voidsetHospitalityTax(Registration.CountryOptions.Us.HospitalityTax hospitalityTax) voidsetLocalAmusementTax(Registration.CountryOptions.Us.LocalAmusementTax localAmusementTax) voidsetLocalLeaseTax(Registration.CountryOptions.Us.LocalLeaseTax localLeaseTax) voidvoidvoidTwo-letter US state code (ISO 3166-2).voidsetStateSalesTax(Registration.CountryOptions.Us.StateSalesTax stateSalesTax) voidvoidType 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
-
getAdmissionsTax
-
getAttendanceTax
-
getEntertainmentTax
-
getGrossReceiptsTax
-
getHospitalityTax
-
getLocalAmusementTax
-
getLocalLeaseTax
-
getLuxuryTax
-
getResortTax
-
getState
Two-letter US state code (ISO 3166-2). -
getStateSalesTax
-
getTourismTax
-
getType
Type of registration in the US.One of
admissions_tax,attendance_tax,entertainment_tax,gross_receipts_tax,hospitality_tax,local_amusement_tax,local_lease_tax,luxury_tax,resort_tax,state_communications_tax,state_retail_delivery_fee,state_sales_tax, ortourism_tax. -
setAdmissionsTax
-
setAttendanceTax
-
setEntertainmentTax
-
setGrossReceiptsTax
-
setHospitalityTax
-
setLocalAmusementTax
public void setLocalAmusementTax(Registration.CountryOptions.Us.LocalAmusementTax localAmusementTax) -
setLocalLeaseTax
-
setLuxuryTax
-
setResortTax
-
setState
Two-letter US state code (ISO 3166-2). -
setStateSalesTax
-
setTourismTax
-
setType
Type of registration in the US.One of
admissions_tax,attendance_tax,entertainment_tax,gross_receipts_tax,hospitality_tax,local_amusement_tax,local_lease_tax,luxury_tax,resort_tax,state_communications_tax,state_retail_delivery_fee,state_sales_tax, ortourism_tax. -
equals
-
canEqual
-
hashCode
public int hashCode()
-