Name | Type | Description | Notes |
---|---|---|---|
TaxPayerId | Pointer to string | [optional] | |
TaxPayerCountry | Pointer to string | [optional] | |
TinVerificationStatus | Pointer to TINVerificationStatus | [optional] |
func NewTaxDetail() *TaxDetail
NewTaxDetail instantiates a new TaxDetail 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 NewTaxDetailWithDefaults() *TaxDetail
NewTaxDetailWithDefaults instantiates a new TaxDetail 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 *TaxDetail) GetTaxPayerId() string
GetTaxPayerId returns the TaxPayerId field if non-nil, zero value otherwise.
func (o *TaxDetail) GetTaxPayerIdOk() (*string, bool)
GetTaxPayerIdOk returns a tuple with the TaxPayerId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaxDetail) SetTaxPayerId(v string)
SetTaxPayerId sets TaxPayerId field to given value.
func (o *TaxDetail) HasTaxPayerId() bool
HasTaxPayerId returns a boolean if a field has been set.
func (o *TaxDetail) GetTaxPayerCountry() string
GetTaxPayerCountry returns the TaxPayerCountry field if non-nil, zero value otherwise.
func (o *TaxDetail) GetTaxPayerCountryOk() (*string, bool)
GetTaxPayerCountryOk returns a tuple with the TaxPayerCountry field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaxDetail) SetTaxPayerCountry(v string)
SetTaxPayerCountry sets TaxPayerCountry field to given value.
func (o *TaxDetail) HasTaxPayerCountry() bool
HasTaxPayerCountry returns a boolean if a field has been set.
func (o *TaxDetail) GetTinVerificationStatus() TINVerificationStatus
GetTinVerificationStatus returns the TinVerificationStatus field if non-nil, zero value otherwise.
func (o *TaxDetail) GetTinVerificationStatusOk() (*TINVerificationStatus, bool)
GetTinVerificationStatusOk returns a tuple with the TinVerificationStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaxDetail) SetTinVerificationStatus(v TINVerificationStatus)
SetTinVerificationStatus sets TinVerificationStatus field to given value.
func (o *TaxDetail) HasTinVerificationStatus() bool
HasTinVerificationStatus returns a boolean if a field has been set.