Name | Type | Description | Notes |
---|---|---|---|
AccountId | Pointer to string | [optional] | |
Type | Pointer to TaxFormType | [optional] | |
TaxYear | Pointer to string | [optional] | |
Revision | Pointer to string | [optional] | |
Url | Pointer to string | [optional] |
func NewTaxFormURL() *TaxFormURL
NewTaxFormURL instantiates a new TaxFormURL 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 NewTaxFormURLWithDefaults() *TaxFormURL
NewTaxFormURLWithDefaults instantiates a new TaxFormURL 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 *TaxFormURL) GetAccountId() string
GetAccountId returns the AccountId field if non-nil, zero value otherwise.
func (o *TaxFormURL) GetAccountIdOk() (*string, bool)
GetAccountIdOk returns a tuple with the AccountId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaxFormURL) SetAccountId(v string)
SetAccountId sets AccountId field to given value.
func (o *TaxFormURL) HasAccountId() bool
HasAccountId returns a boolean if a field has been set.
func (o *TaxFormURL) GetType() TaxFormType
GetType returns the Type field if non-nil, zero value otherwise.
func (o *TaxFormURL) GetTypeOk() (*TaxFormType, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaxFormURL) SetType(v TaxFormType)
SetType sets Type field to given value.
func (o *TaxFormURL) HasType() bool
HasType returns a boolean if a field has been set.
func (o *TaxFormURL) GetTaxYear() string
GetTaxYear returns the TaxYear field if non-nil, zero value otherwise.
func (o *TaxFormURL) GetTaxYearOk() (*string, bool)
GetTaxYearOk returns a tuple with the TaxYear field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaxFormURL) SetTaxYear(v string)
SetTaxYear sets TaxYear field to given value.
func (o *TaxFormURL) HasTaxYear() bool
HasTaxYear returns a boolean if a field has been set.
func (o *TaxFormURL) GetRevision() string
GetRevision returns the Revision field if non-nil, zero value otherwise.
func (o *TaxFormURL) GetRevisionOk() (*string, bool)
GetRevisionOk returns a tuple with the Revision field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaxFormURL) SetRevision(v string)
SetRevision sets Revision field to given value.
func (o *TaxFormURL) HasRevision() bool
HasRevision returns a boolean if a field has been set.
func (o *TaxFormURL) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *TaxFormURL) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaxFormURL) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *TaxFormURL) HasUrl() bool
HasUrl returns a boolean if a field has been set.