| Name | Type | Description | Notes |
|---|---|---|---|
| CompanyType | Pointer to NullableString | The company type | [optional] |
| CompanySubtype | Pointer to NullableString | The company subtype | [optional] |
| Profession | Pointer to NullableString | The profession | [optional] |
| Regime | Pointer to NullableString | The applied regime | [optional] |
| RivalsaName | Pointer to NullableString | The name of the rivalsa | [optional] |
| DefaultRivalsa | Pointer to NullableFloat32 | The default rivalsa amount | [optional] |
| CassaName | Pointer to NullableString | The name of the cassa | [optional] |
| DefaultCassa | Pointer to NullableFloat32 | The default cassa amount | [optional] |
| DefaultCassaTaxable | Pointer to NullableFloat32 | The default taxable amount for the cassa | [optional] |
| Cassa2Name | Pointer to NullableString | The name of the second cassa | [optional] |
| DefaultCassa2 | Pointer to NullableFloat32 | The default second cassa amount | [optional] |
| DefaultCassa2Taxable | Pointer to NullableFloat32 | The default taxable amount for the second cassa | [optional] |
| DefaultWithholdingTax | Pointer to NullableFloat32 | The default withholding tax | [optional] |
| DefaultWithholdingTaxTaxable | Pointer to NullableFloat32 | The default taxable amount for the withholding tax | [optional] |
| DefaultOtherWithholdingTax | Pointer to NullableFloat32 | The default other withholding tax | [optional] |
| Enasarco | Pointer to NullableBool | If it has enasarco | [optional] |
| EnasarcoType | Pointer to NullableString | The enasarco type | [optional] |
| ContributionsPercentage | Pointer to NullableFloat32 | The contributions percentage | [optional] |
| ProfitCoefficient | Pointer to NullableFloat32 | The profit coefficient | [optional] |
| Med | Pointer to NullableBool | If the health card system is active | [optional] |
| DefaultVat | Pointer to NullableVatType | [optional] |
func NewTaxProfile() *TaxProfile
NewTaxProfile instantiates a new TaxProfile 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 NewTaxProfileWithDefaults() *TaxProfile
NewTaxProfileWithDefaults instantiates a new TaxProfile 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 *TaxProfile) GetCompanyType() string
GetCompanyType returns the CompanyType field if non-nil, zero value otherwise.
func (o *TaxProfile) GetCompanyTypeOk() (*string, bool)
GetCompanyTypeOk returns a tuple with the CompanyType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaxProfile) SetCompanyType(v string)
SetCompanyType sets CompanyType field to given value.
func (o *TaxProfile) HasCompanyType() bool
HasCompanyType returns a boolean if a field has been set.
func (o *TaxProfile) SetCompanyTypeNil(b bool)
SetCompanyTypeNil sets the value for CompanyType to be an explicit nil
func (o *TaxProfile) UnsetCompanyType()
UnsetCompanyType ensures that no value is present for CompanyType, not even an explicit nil
func (o *TaxProfile) GetCompanySubtype() string
GetCompanySubtype returns the CompanySubtype field if non-nil, zero value otherwise.
func (o *TaxProfile) GetCompanySubtypeOk() (*string, bool)
GetCompanySubtypeOk returns a tuple with the CompanySubtype field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaxProfile) SetCompanySubtype(v string)
SetCompanySubtype sets CompanySubtype field to given value.
func (o *TaxProfile) HasCompanySubtype() bool
HasCompanySubtype returns a boolean if a field has been set.
func (o *TaxProfile) SetCompanySubtypeNil(b bool)
SetCompanySubtypeNil sets the value for CompanySubtype to be an explicit nil
func (o *TaxProfile) UnsetCompanySubtype()
UnsetCompanySubtype ensures that no value is present for CompanySubtype, not even an explicit nil
func (o *TaxProfile) GetProfession() string
GetProfession returns the Profession field if non-nil, zero value otherwise.
func (o *TaxProfile) GetProfessionOk() (*string, bool)
GetProfessionOk returns a tuple with the Profession field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaxProfile) SetProfession(v string)
SetProfession sets Profession field to given value.
func (o *TaxProfile) HasProfession() bool
HasProfession returns a boolean if a field has been set.
func (o *TaxProfile) SetProfessionNil(b bool)
SetProfessionNil sets the value for Profession to be an explicit nil
func (o *TaxProfile) UnsetProfession()
UnsetProfession ensures that no value is present for Profession, not even an explicit nil
func (o *TaxProfile) GetRegime() string
GetRegime returns the Regime field if non-nil, zero value otherwise.
func (o *TaxProfile) GetRegimeOk() (*string, bool)
GetRegimeOk returns a tuple with the Regime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaxProfile) SetRegime(v string)
SetRegime sets Regime field to given value.
func (o *TaxProfile) HasRegime() bool
HasRegime returns a boolean if a field has been set.
func (o *TaxProfile) SetRegimeNil(b bool)
SetRegimeNil sets the value for Regime to be an explicit nil
func (o *TaxProfile) UnsetRegime()
UnsetRegime ensures that no value is present for Regime, not even an explicit nil
func (o *TaxProfile) GetRivalsaName() string
GetRivalsaName returns the RivalsaName field if non-nil, zero value otherwise.
func (o *TaxProfile) GetRivalsaNameOk() (*string, bool)
GetRivalsaNameOk returns a tuple with the RivalsaName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaxProfile) SetRivalsaName(v string)
SetRivalsaName sets RivalsaName field to given value.
func (o *TaxProfile) HasRivalsaName() bool
HasRivalsaName returns a boolean if a field has been set.
func (o *TaxProfile) SetRivalsaNameNil(b bool)
SetRivalsaNameNil sets the value for RivalsaName to be an explicit nil
func (o *TaxProfile) UnsetRivalsaName()
UnsetRivalsaName ensures that no value is present for RivalsaName, not even an explicit nil
func (o *TaxProfile) GetDefaultRivalsa() float32
GetDefaultRivalsa returns the DefaultRivalsa field if non-nil, zero value otherwise.
func (o *TaxProfile) GetDefaultRivalsaOk() (*float32, bool)
GetDefaultRivalsaOk returns a tuple with the DefaultRivalsa field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaxProfile) SetDefaultRivalsa(v float32)
SetDefaultRivalsa sets DefaultRivalsa field to given value.
func (o *TaxProfile) HasDefaultRivalsa() bool
HasDefaultRivalsa returns a boolean if a field has been set.
func (o *TaxProfile) SetDefaultRivalsaNil(b bool)
SetDefaultRivalsaNil sets the value for DefaultRivalsa to be an explicit nil
func (o *TaxProfile) UnsetDefaultRivalsa()
UnsetDefaultRivalsa ensures that no value is present for DefaultRivalsa, not even an explicit nil
func (o *TaxProfile) GetCassaName() string
GetCassaName returns the CassaName field if non-nil, zero value otherwise.
func (o *TaxProfile) GetCassaNameOk() (*string, bool)
GetCassaNameOk returns a tuple with the CassaName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaxProfile) SetCassaName(v string)
SetCassaName sets CassaName field to given value.
func (o *TaxProfile) HasCassaName() bool
HasCassaName returns a boolean if a field has been set.
func (o *TaxProfile) SetCassaNameNil(b bool)
SetCassaNameNil sets the value for CassaName to be an explicit nil
func (o *TaxProfile) UnsetCassaName()
UnsetCassaName ensures that no value is present for CassaName, not even an explicit nil
func (o *TaxProfile) GetDefaultCassa() float32
GetDefaultCassa returns the DefaultCassa field if non-nil, zero value otherwise.
func (o *TaxProfile) GetDefaultCassaOk() (*float32, bool)
GetDefaultCassaOk returns a tuple with the DefaultCassa field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaxProfile) SetDefaultCassa(v float32)
SetDefaultCassa sets DefaultCassa field to given value.
func (o *TaxProfile) HasDefaultCassa() bool
HasDefaultCassa returns a boolean if a field has been set.
func (o *TaxProfile) SetDefaultCassaNil(b bool)
SetDefaultCassaNil sets the value for DefaultCassa to be an explicit nil
func (o *TaxProfile) UnsetDefaultCassa()
UnsetDefaultCassa ensures that no value is present for DefaultCassa, not even an explicit nil
func (o *TaxProfile) GetDefaultCassaTaxable() float32
GetDefaultCassaTaxable returns the DefaultCassaTaxable field if non-nil, zero value otherwise.
func (o *TaxProfile) GetDefaultCassaTaxableOk() (*float32, bool)
GetDefaultCassaTaxableOk returns a tuple with the DefaultCassaTaxable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaxProfile) SetDefaultCassaTaxable(v float32)
SetDefaultCassaTaxable sets DefaultCassaTaxable field to given value.
func (o *TaxProfile) HasDefaultCassaTaxable() bool
HasDefaultCassaTaxable returns a boolean if a field has been set.
func (o *TaxProfile) SetDefaultCassaTaxableNil(b bool)
SetDefaultCassaTaxableNil sets the value for DefaultCassaTaxable to be an explicit nil
func (o *TaxProfile) UnsetDefaultCassaTaxable()
UnsetDefaultCassaTaxable ensures that no value is present for DefaultCassaTaxable, not even an explicit nil
func (o *TaxProfile) GetCassa2Name() string
GetCassa2Name returns the Cassa2Name field if non-nil, zero value otherwise.
func (o *TaxProfile) GetCassa2NameOk() (*string, bool)
GetCassa2NameOk returns a tuple with the Cassa2Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaxProfile) SetCassa2Name(v string)
SetCassa2Name sets Cassa2Name field to given value.
func (o *TaxProfile) HasCassa2Name() bool
HasCassa2Name returns a boolean if a field has been set.
func (o *TaxProfile) SetCassa2NameNil(b bool)
SetCassa2NameNil sets the value for Cassa2Name to be an explicit nil
func (o *TaxProfile) UnsetCassa2Name()
UnsetCassa2Name ensures that no value is present for Cassa2Name, not even an explicit nil
func (o *TaxProfile) GetDefaultCassa2() float32
GetDefaultCassa2 returns the DefaultCassa2 field if non-nil, zero value otherwise.
func (o *TaxProfile) GetDefaultCassa2Ok() (*float32, bool)
GetDefaultCassa2Ok returns a tuple with the DefaultCassa2 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaxProfile) SetDefaultCassa2(v float32)
SetDefaultCassa2 sets DefaultCassa2 field to given value.
func (o *TaxProfile) HasDefaultCassa2() bool
HasDefaultCassa2 returns a boolean if a field has been set.
func (o *TaxProfile) SetDefaultCassa2Nil(b bool)
SetDefaultCassa2Nil sets the value for DefaultCassa2 to be an explicit nil
func (o *TaxProfile) UnsetDefaultCassa2()
UnsetDefaultCassa2 ensures that no value is present for DefaultCassa2, not even an explicit nil
func (o *TaxProfile) GetDefaultCassa2Taxable() float32
GetDefaultCassa2Taxable returns the DefaultCassa2Taxable field if non-nil, zero value otherwise.
func (o *TaxProfile) GetDefaultCassa2TaxableOk() (*float32, bool)
GetDefaultCassa2TaxableOk returns a tuple with the DefaultCassa2Taxable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaxProfile) SetDefaultCassa2Taxable(v float32)
SetDefaultCassa2Taxable sets DefaultCassa2Taxable field to given value.
func (o *TaxProfile) HasDefaultCassa2Taxable() bool
HasDefaultCassa2Taxable returns a boolean if a field has been set.
func (o *TaxProfile) SetDefaultCassa2TaxableNil(b bool)
SetDefaultCassa2TaxableNil sets the value for DefaultCassa2Taxable to be an explicit nil
func (o *TaxProfile) UnsetDefaultCassa2Taxable()
UnsetDefaultCassa2Taxable ensures that no value is present for DefaultCassa2Taxable, not even an explicit nil
func (o *TaxProfile) GetDefaultWithholdingTax() float32
GetDefaultWithholdingTax returns the DefaultWithholdingTax field if non-nil, zero value otherwise.
func (o *TaxProfile) GetDefaultWithholdingTaxOk() (*float32, bool)
GetDefaultWithholdingTaxOk returns a tuple with the DefaultWithholdingTax field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaxProfile) SetDefaultWithholdingTax(v float32)
SetDefaultWithholdingTax sets DefaultWithholdingTax field to given value.
func (o *TaxProfile) HasDefaultWithholdingTax() bool
HasDefaultWithholdingTax returns a boolean if a field has been set.
func (o *TaxProfile) SetDefaultWithholdingTaxNil(b bool)
SetDefaultWithholdingTaxNil sets the value for DefaultWithholdingTax to be an explicit nil
func (o *TaxProfile) UnsetDefaultWithholdingTax()
UnsetDefaultWithholdingTax ensures that no value is present for DefaultWithholdingTax, not even an explicit nil
func (o *TaxProfile) GetDefaultWithholdingTaxTaxable() float32
GetDefaultWithholdingTaxTaxable returns the DefaultWithholdingTaxTaxable field if non-nil, zero value otherwise.
func (o *TaxProfile) GetDefaultWithholdingTaxTaxableOk() (*float32, bool)
GetDefaultWithholdingTaxTaxableOk returns a tuple with the DefaultWithholdingTaxTaxable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaxProfile) SetDefaultWithholdingTaxTaxable(v float32)
SetDefaultWithholdingTaxTaxable sets DefaultWithholdingTaxTaxable field to given value.
func (o *TaxProfile) HasDefaultWithholdingTaxTaxable() bool
HasDefaultWithholdingTaxTaxable returns a boolean if a field has been set.
func (o *TaxProfile) SetDefaultWithholdingTaxTaxableNil(b bool)
SetDefaultWithholdingTaxTaxableNil sets the value for DefaultWithholdingTaxTaxable to be an explicit nil
func (o *TaxProfile) UnsetDefaultWithholdingTaxTaxable()
UnsetDefaultWithholdingTaxTaxable ensures that no value is present for DefaultWithholdingTaxTaxable, not even an explicit nil
func (o *TaxProfile) GetDefaultOtherWithholdingTax() float32
GetDefaultOtherWithholdingTax returns the DefaultOtherWithholdingTax field if non-nil, zero value otherwise.
func (o *TaxProfile) GetDefaultOtherWithholdingTaxOk() (*float32, bool)
GetDefaultOtherWithholdingTaxOk returns a tuple with the DefaultOtherWithholdingTax field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaxProfile) SetDefaultOtherWithholdingTax(v float32)
SetDefaultOtherWithholdingTax sets DefaultOtherWithholdingTax field to given value.
func (o *TaxProfile) HasDefaultOtherWithholdingTax() bool
HasDefaultOtherWithholdingTax returns a boolean if a field has been set.
func (o *TaxProfile) SetDefaultOtherWithholdingTaxNil(b bool)
SetDefaultOtherWithholdingTaxNil sets the value for DefaultOtherWithholdingTax to be an explicit nil
func (o *TaxProfile) UnsetDefaultOtherWithholdingTax()
UnsetDefaultOtherWithholdingTax ensures that no value is present for DefaultOtherWithholdingTax, not even an explicit nil
func (o *TaxProfile) GetEnasarco() bool
GetEnasarco returns the Enasarco field if non-nil, zero value otherwise.
func (o *TaxProfile) GetEnasarcoOk() (*bool, bool)
GetEnasarcoOk returns a tuple with the Enasarco field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaxProfile) SetEnasarco(v bool)
SetEnasarco sets Enasarco field to given value.
func (o *TaxProfile) HasEnasarco() bool
HasEnasarco returns a boolean if a field has been set.
func (o *TaxProfile) SetEnasarcoNil(b bool)
SetEnasarcoNil sets the value for Enasarco to be an explicit nil
func (o *TaxProfile) UnsetEnasarco()
UnsetEnasarco ensures that no value is present for Enasarco, not even an explicit nil
func (o *TaxProfile) GetEnasarcoType() string
GetEnasarcoType returns the EnasarcoType field if non-nil, zero value otherwise.
func (o *TaxProfile) GetEnasarcoTypeOk() (*string, bool)
GetEnasarcoTypeOk returns a tuple with the EnasarcoType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaxProfile) SetEnasarcoType(v string)
SetEnasarcoType sets EnasarcoType field to given value.
func (o *TaxProfile) HasEnasarcoType() bool
HasEnasarcoType returns a boolean if a field has been set.
func (o *TaxProfile) SetEnasarcoTypeNil(b bool)
SetEnasarcoTypeNil sets the value for EnasarcoType to be an explicit nil
func (o *TaxProfile) UnsetEnasarcoType()
UnsetEnasarcoType ensures that no value is present for EnasarcoType, not even an explicit nil
func (o *TaxProfile) GetContributionsPercentage() float32
GetContributionsPercentage returns the ContributionsPercentage field if non-nil, zero value otherwise.
func (o *TaxProfile) GetContributionsPercentageOk() (*float32, bool)
GetContributionsPercentageOk returns a tuple with the ContributionsPercentage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaxProfile) SetContributionsPercentage(v float32)
SetContributionsPercentage sets ContributionsPercentage field to given value.
func (o *TaxProfile) HasContributionsPercentage() bool
HasContributionsPercentage returns a boolean if a field has been set.
func (o *TaxProfile) SetContributionsPercentageNil(b bool)
SetContributionsPercentageNil sets the value for ContributionsPercentage to be an explicit nil
func (o *TaxProfile) UnsetContributionsPercentage()
UnsetContributionsPercentage ensures that no value is present for ContributionsPercentage, not even an explicit nil
func (o *TaxProfile) GetProfitCoefficient() float32
GetProfitCoefficient returns the ProfitCoefficient field if non-nil, zero value otherwise.
func (o *TaxProfile) GetProfitCoefficientOk() (*float32, bool)
GetProfitCoefficientOk returns a tuple with the ProfitCoefficient field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaxProfile) SetProfitCoefficient(v float32)
SetProfitCoefficient sets ProfitCoefficient field to given value.
func (o *TaxProfile) HasProfitCoefficient() bool
HasProfitCoefficient returns a boolean if a field has been set.
func (o *TaxProfile) SetProfitCoefficientNil(b bool)
SetProfitCoefficientNil sets the value for ProfitCoefficient to be an explicit nil
func (o *TaxProfile) UnsetProfitCoefficient()
UnsetProfitCoefficient ensures that no value is present for ProfitCoefficient, not even an explicit nil
func (o *TaxProfile) GetMed() bool
GetMed returns the Med field if non-nil, zero value otherwise.
func (o *TaxProfile) GetMedOk() (*bool, bool)
GetMedOk returns a tuple with the Med field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaxProfile) SetMed(v bool)
SetMed sets Med field to given value.
func (o *TaxProfile) HasMed() bool
HasMed returns a boolean if a field has been set.
func (o *TaxProfile) SetMedNil(b bool)
SetMedNil sets the value for Med to be an explicit nil
func (o *TaxProfile) UnsetMed()
UnsetMed ensures that no value is present for Med, not even an explicit nil
func (o *TaxProfile) GetDefaultVat() VatType
GetDefaultVat returns the DefaultVat field if non-nil, zero value otherwise.
func (o *TaxProfile) GetDefaultVatOk() (*VatType, bool)
GetDefaultVatOk returns a tuple with the DefaultVat field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaxProfile) SetDefaultVat(v VatType)
SetDefaultVat sets DefaultVat field to given value.
func (o *TaxProfile) HasDefaultVat() bool
HasDefaultVat returns a boolean if a field has been set.
func (o *TaxProfile) SetDefaultVatNil(b bool)
SetDefaultVatNil sets the value for DefaultVat to be an explicit nil
func (o *TaxProfile) UnsetDefaultVat()
UnsetDefaultVat ensures that no value is present for DefaultVat, not even an explicit nil