Skip to content

Latest commit

 

History

History
174 lines (97 loc) · 5.03 KB

File metadata and controls

174 lines (97 loc) · 5.03 KB

TaxClassZipCodesRange

Properties

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]

Methods

NewTaxClassZipCodesRange

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

NewTaxClassZipCodesRangeWithDefaults

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

GetFrom

func (o *TaxClassZipCodesRange) GetFrom() string

GetFrom returns the From field if non-nil, zero value otherwise.

GetFromOk

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.

SetFrom

func (o *TaxClassZipCodesRange) SetFrom(v string)

SetFrom sets From field to given value.

HasFrom

func (o *TaxClassZipCodesRange) HasFrom() bool

HasFrom returns a boolean if a field has been set.

SetFromNil

func (o *TaxClassZipCodesRange) SetFromNil(b bool)

SetFromNil sets the value for From to be an explicit nil

UnsetFrom

func (o *TaxClassZipCodesRange) UnsetFrom()

UnsetFrom ensures that no value is present for From, not even an explicit nil

GetTo

func (o *TaxClassZipCodesRange) GetTo() string

GetTo returns the To field if non-nil, zero value otherwise.

GetToOk

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.

SetTo

func (o *TaxClassZipCodesRange) SetTo(v string)

SetTo sets To field to given value.

HasTo

func (o *TaxClassZipCodesRange) HasTo() bool

HasTo returns a boolean if a field has been set.

SetToNil

func (o *TaxClassZipCodesRange) SetToNil(b bool)

SetToNil sets the value for To to be an explicit nil

UnsetTo

func (o *TaxClassZipCodesRange) UnsetTo()

UnsetTo ensures that no value is present for To, not even an explicit nil

GetAdditionalFields

func (o *TaxClassZipCodesRange) GetAdditionalFields() map[string]interface{}

GetAdditionalFields returns the AdditionalFields field if non-nil, zero value otherwise.

GetAdditionalFieldsOk

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.

SetAdditionalFields

func (o *TaxClassZipCodesRange) SetAdditionalFields(v map[string]interface{})

SetAdditionalFields sets AdditionalFields field to given value.

HasAdditionalFields

func (o *TaxClassZipCodesRange) HasAdditionalFields() bool

HasAdditionalFields returns a boolean if a field has been set.

SetAdditionalFieldsNil

func (o *TaxClassZipCodesRange) SetAdditionalFieldsNil(b bool)

SetAdditionalFieldsNil sets the value for AdditionalFields to be an explicit nil

UnsetAdditionalFields

func (o *TaxClassZipCodesRange) UnsetAdditionalFields()

UnsetAdditionalFields ensures that no value is present for AdditionalFields, not even an explicit nil

GetCustomFields

func (o *TaxClassZipCodesRange) GetCustomFields() map[string]interface{}

GetCustomFields returns the CustomFields field if non-nil, zero value otherwise.

GetCustomFieldsOk

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.

SetCustomFields

func (o *TaxClassZipCodesRange) SetCustomFields(v map[string]interface{})

SetCustomFields sets CustomFields field to given value.

HasCustomFields

func (o *TaxClassZipCodesRange) HasCustomFields() bool

HasCustomFields returns a boolean if a field has been set.

SetCustomFieldsNil

func (o *TaxClassZipCodesRange) SetCustomFieldsNil(b bool)

SetCustomFieldsNil sets the value for CustomFields to be an explicit nil

UnsetCustomFields

func (o *TaxClassZipCodesRange) UnsetCustomFields()

UnsetCustomFields ensures that no value is present for CustomFields, not even an explicit nil

[Back to Model list] [Back to API list] [Back to README]