| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to NullableString | [optional] | |
| Tax | Pointer to float32 | [optional] | |
| TaxType | Pointer to int32 | [optional] | |
| Name | Pointer to string | [optional] | |
| Code | Pointer to string | [optional] | |
| ZipCodes | Pointer to []TaxClassZipCodes | [optional] | |
| AdditionalFields | Pointer to map[string]interface{} | [optional] | |
| CustomFields | Pointer to map[string]interface{} | [optional] |
func NewTaxClassStates() *TaxClassStates
NewTaxClassStates instantiates a new TaxClassStates object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTaxClassStatesWithDefaults() *TaxClassStates
NewTaxClassStatesWithDefaults instantiates a new TaxClassStates object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *TaxClassStates) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *TaxClassStates) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaxClassStates) SetId(v string)
SetId sets Id field to given value.
func (o *TaxClassStates) HasId() bool
HasId returns a boolean if a field has been set.
func (o *TaxClassStates) SetIdNil(b bool)
SetIdNil sets the value for Id to be an explicit nil
func (o *TaxClassStates) UnsetId()
UnsetId ensures that no value is present for Id, not even an explicit nil
func (o *TaxClassStates) GetTax() float32
GetTax returns the Tax field if non-nil, zero value otherwise.
func (o *TaxClassStates) GetTaxOk() (*float32, bool)
GetTaxOk returns a tuple with the Tax field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaxClassStates) SetTax(v float32)
SetTax sets Tax field to given value.
func (o *TaxClassStates) HasTax() bool
HasTax returns a boolean if a field has been set.
func (o *TaxClassStates) GetTaxType() int32
GetTaxType returns the TaxType field if non-nil, zero value otherwise.
func (o *TaxClassStates) GetTaxTypeOk() (*int32, bool)
GetTaxTypeOk returns a tuple with the TaxType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaxClassStates) SetTaxType(v int32)
SetTaxType sets TaxType field to given value.
func (o *TaxClassStates) HasTaxType() bool
HasTaxType returns a boolean if a field has been set.
func (o *TaxClassStates) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *TaxClassStates) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaxClassStates) SetName(v string)
SetName sets Name field to given value.
func (o *TaxClassStates) HasName() bool
HasName returns a boolean if a field has been set.
func (o *TaxClassStates) GetCode() string
GetCode returns the Code field if non-nil, zero value otherwise.
func (o *TaxClassStates) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaxClassStates) SetCode(v string)
SetCode sets Code field to given value.
func (o *TaxClassStates) HasCode() bool
HasCode returns a boolean if a field has been set.
func (o *TaxClassStates) GetZipCodes() []TaxClassZipCodes
GetZipCodes returns the ZipCodes field if non-nil, zero value otherwise.
func (o *TaxClassStates) GetZipCodesOk() (*[]TaxClassZipCodes, bool)
GetZipCodesOk returns a tuple with the ZipCodes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaxClassStates) SetZipCodes(v []TaxClassZipCodes)
SetZipCodes sets ZipCodes field to given value.
func (o *TaxClassStates) HasZipCodes() bool
HasZipCodes returns a boolean if a field has been set.
func (o *TaxClassStates) GetAdditionalFields() map[string]interface{}
GetAdditionalFields returns the AdditionalFields field if non-nil, zero value otherwise.
func (o *TaxClassStates) GetAdditionalFieldsOk() (*map[string]interface{}, bool)
GetAdditionalFieldsOk returns a tuple with the AdditionalFields field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaxClassStates) SetAdditionalFields(v map[string]interface{})
SetAdditionalFields sets AdditionalFields field to given value.
func (o *TaxClassStates) HasAdditionalFields() bool
HasAdditionalFields returns a boolean if a field has been set.
func (o *TaxClassStates) SetAdditionalFieldsNil(b bool)
SetAdditionalFieldsNil sets the value for AdditionalFields to be an explicit nil
func (o *TaxClassStates) UnsetAdditionalFields()
UnsetAdditionalFields ensures that no value is present for AdditionalFields, not even an explicit nil
func (o *TaxClassStates) GetCustomFields() map[string]interface{}
GetCustomFields returns the CustomFields field if non-nil, zero value otherwise.
func (o *TaxClassStates) GetCustomFieldsOk() (*map[string]interface{}, bool)
GetCustomFieldsOk returns a tuple with the CustomFields field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaxClassStates) SetCustomFields(v map[string]interface{})
SetCustomFields sets CustomFields field to given value.
func (o *TaxClassStates) HasCustomFields() bool
HasCustomFields returns a boolean if a field has been set.
func (o *TaxClassStates) SetCustomFieldsNil(b bool)
SetCustomFieldsNil sets the value for CustomFields to be an explicit nil
func (o *TaxClassStates) UnsetCustomFields()
UnsetCustomFields ensures that no value is present for CustomFields, not even an explicit nil