| Name | Type | Description | Notes |
|---|---|---|---|
| AccountingTz | string | The timezone name for the accounting timezone (see pytz.all_timezones for a full list) | |
| ApiKeys | map[string]string | These keys will allow to authenticate API requests to the tax processor. | |
| ApiName | TaxIntegrationApiName | The name of the API used for the tax integration. |
func NewCreateTaxIntegrationRequest(accountingTz string, apiKeys map[string]string, apiName TaxIntegrationApiName, ) *CreateTaxIntegrationRequest
NewCreateTaxIntegrationRequest instantiates a new CreateTaxIntegrationRequest 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 NewCreateTaxIntegrationRequestWithDefaults() *CreateTaxIntegrationRequest
NewCreateTaxIntegrationRequestWithDefaults instantiates a new CreateTaxIntegrationRequest 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 *CreateTaxIntegrationRequest) GetAccountingTz() string
GetAccountingTz returns the AccountingTz field if non-nil, zero value otherwise.
func (o *CreateTaxIntegrationRequest) GetAccountingTzOk() (*string, bool)
GetAccountingTzOk returns a tuple with the AccountingTz field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateTaxIntegrationRequest) SetAccountingTz(v string)
SetAccountingTz sets AccountingTz field to given value.
func (o *CreateTaxIntegrationRequest) GetApiKeys() map[string]string
GetApiKeys returns the ApiKeys field if non-nil, zero value otherwise.
func (o *CreateTaxIntegrationRequest) GetApiKeysOk() (*map[string]string, bool)
GetApiKeysOk returns a tuple with the ApiKeys field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateTaxIntegrationRequest) SetApiKeys(v map[string]string)
SetApiKeys sets ApiKeys field to given value.
func (o *CreateTaxIntegrationRequest) GetApiName() TaxIntegrationApiName
GetApiName returns the ApiName field if non-nil, zero value otherwise.
func (o *CreateTaxIntegrationRequest) GetApiNameOk() (*TaxIntegrationApiName, bool)
GetApiNameOk returns a tuple with the ApiName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateTaxIntegrationRequest) SetApiName(v TaxIntegrationApiName)
SetApiName sets ApiName field to given value.