| Name | Type | Description | Notes |
|---|---|---|---|
| TaxId | string | The tax ID value | |
| TaxIdType | string | The type code for this tax ID |
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
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
func (o *TaxIdSetting) GetTaxId() string
GetTaxId returns the TaxId field if non-nil, zero value otherwise.
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.
func (o *TaxIdSetting) SetTaxId(v string)
SetTaxId sets TaxId field to given value.
func (o *TaxIdSetting) GetTaxIdType() string
GetTaxIdType returns the TaxIdType field if non-nil, zero value otherwise.
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.
func (o *TaxIdSetting) SetTaxIdType(v string)
SetTaxIdType sets TaxIdType field to given value.