| Name | Type | Description | Notes |
|---|---|---|---|
| From | Pointer to NullableString | [optional] | |
| To | Pointer to NullableString | [optional] | |
| AdditionalFields | Pointer to map[string]interface{} | [optional] | |
| CustomFields | Pointer to map[string]interface{} | [optional] |
func NewTaxClassZipCodesRange() *TaxClassZipCodesRange
NewTaxClassZipCodesRange instantiates a new TaxClassZipCodesRange 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 NewTaxClassZipCodesRangeWithDefaults() *TaxClassZipCodesRange
NewTaxClassZipCodesRangeWithDefaults instantiates a new TaxClassZipCodesRange 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 *TaxClassZipCodesRange) GetFrom() string
GetFrom returns the From field if non-nil, zero value otherwise.
func (o *TaxClassZipCodesRange) GetFromOk() (*string, bool)
GetFromOk returns a tuple with the From field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaxClassZipCodesRange) SetFrom(v string)
SetFrom sets From field to given value.
func (o *TaxClassZipCodesRange) HasFrom() bool
HasFrom returns a boolean if a field has been set.
func (o *TaxClassZipCodesRange) SetFromNil(b bool)
SetFromNil sets the value for From to be an explicit nil
func (o *TaxClassZipCodesRange) UnsetFrom()
UnsetFrom ensures that no value is present for From, not even an explicit nil
func (o *TaxClassZipCodesRange) GetTo() string
GetTo returns the To field if non-nil, zero value otherwise.
func (o *TaxClassZipCodesRange) GetToOk() (*string, bool)
GetToOk returns a tuple with the To field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaxClassZipCodesRange) SetTo(v string)
SetTo sets To field to given value.
func (o *TaxClassZipCodesRange) HasTo() bool
HasTo returns a boolean if a field has been set.
func (o *TaxClassZipCodesRange) SetToNil(b bool)
SetToNil sets the value for To to be an explicit nil
func (o *TaxClassZipCodesRange) UnsetTo()
UnsetTo ensures that no value is present for To, not even an explicit nil
func (o *TaxClassZipCodesRange) GetAdditionalFields() map[string]interface{}
GetAdditionalFields returns the AdditionalFields field if non-nil, zero value otherwise.
func (o *TaxClassZipCodesRange) 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 *TaxClassZipCodesRange) SetAdditionalFields(v map[string]interface{})
SetAdditionalFields sets AdditionalFields field to given value.
func (o *TaxClassZipCodesRange) HasAdditionalFields() bool
HasAdditionalFields returns a boolean if a field has been set.
func (o *TaxClassZipCodesRange) SetAdditionalFieldsNil(b bool)
SetAdditionalFieldsNil sets the value for AdditionalFields to be an explicit nil
func (o *TaxClassZipCodesRange) UnsetAdditionalFields()
UnsetAdditionalFields ensures that no value is present for AdditionalFields, not even an explicit nil
func (o *TaxClassZipCodesRange) GetCustomFields() map[string]interface{}
GetCustomFields returns the CustomFields field if non-nil, zero value otherwise.
func (o *TaxClassZipCodesRange) 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 *TaxClassZipCodesRange) SetCustomFields(v map[string]interface{})
SetCustomFields sets CustomFields field to given value.
func (o *TaxClassZipCodesRange) HasCustomFields() bool
HasCustomFields returns a boolean if a field has been set.
func (o *TaxClassZipCodesRange) SetCustomFieldsNil(b bool)
SetCustomFieldsNil sets the value for CustomFields to be an explicit nil
func (o *TaxClassZipCodesRange) UnsetCustomFields()
UnsetCustomFields ensures that no value is present for CustomFields, not even an explicit nil