Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 1.95 KB

File metadata and controls

72 lines (39 loc) · 1.95 KB

TaxIdSetting

Properties

Name Type Description Notes
TaxId string The tax ID value
TaxIdType string The type code for this tax ID

Methods

NewTaxIdSetting

func NewTaxIdSetting(taxId string, taxIdType string, ) *TaxIdSetting

NewTaxIdSetting instantiates a new TaxIdSetting 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

NewTaxIdSettingWithDefaults

func NewTaxIdSettingWithDefaults() *TaxIdSetting

NewTaxIdSettingWithDefaults instantiates a new TaxIdSetting 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

GetTaxId

func (o *TaxIdSetting) GetTaxId() string

GetTaxId returns the TaxId field if non-nil, zero value otherwise.

GetTaxIdOk

func (o *TaxIdSetting) GetTaxIdOk() (*string, bool)

GetTaxIdOk returns a tuple with the TaxId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTaxId

func (o *TaxIdSetting) SetTaxId(v string)

SetTaxId sets TaxId field to given value.

GetTaxIdType

func (o *TaxIdSetting) GetTaxIdType() string

GetTaxIdType returns the TaxIdType field if non-nil, zero value otherwise.

GetTaxIdTypeOk

func (o *TaxIdSetting) GetTaxIdTypeOk() (*string, bool)

GetTaxIdTypeOk returns a tuple with the TaxIdType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTaxIdType

func (o *TaxIdSetting) SetTaxIdType(v string)

SetTaxIdType sets TaxIdType field to given value.

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