Name | Type | Description | Notes |
---|---|---|---|
Address | CustomerAddress | ||
TaxId | Pointer to string | [optional] | |
Pointer to string | [optional] | ||
Phone | Pointer to string | [optional] | |
Metadata | Pointer to map[string]map[string]interface{} | [optional] | |
CompanyName | Pointer to string | [optional] | |
Id | string | ||
Object | string | ||
CreatedAt | int64 | ||
ParentId | Pointer to string | [optional] | |
Default | Pointer to bool | [optional] |
func NewCreateCustomerFiscalEntitiesResponse(address CustomerAddress, id string, object string, createdAt int64, ) *CreateCustomerFiscalEntitiesResponse
NewCreateCustomerFiscalEntitiesResponse instantiates a new CreateCustomerFiscalEntitiesResponse 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 NewCreateCustomerFiscalEntitiesResponseWithDefaults() *CreateCustomerFiscalEntitiesResponse
NewCreateCustomerFiscalEntitiesResponseWithDefaults instantiates a new CreateCustomerFiscalEntitiesResponse 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 *CreateCustomerFiscalEntitiesResponse) GetAddress() CustomerAddress
GetAddress returns the Address field if non-nil, zero value otherwise.
func (o *CreateCustomerFiscalEntitiesResponse) GetAddressOk() (*CustomerAddress, bool)
GetAddressOk returns a tuple with the Address field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateCustomerFiscalEntitiesResponse) SetAddress(v CustomerAddress)
SetAddress sets Address field to given value.
func (o *CreateCustomerFiscalEntitiesResponse) GetTaxId() string
GetTaxId returns the TaxId field if non-nil, zero value otherwise.
func (o *CreateCustomerFiscalEntitiesResponse) 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 *CreateCustomerFiscalEntitiesResponse) SetTaxId(v string)
SetTaxId sets TaxId field to given value.
func (o *CreateCustomerFiscalEntitiesResponse) HasTaxId() bool
HasTaxId returns a boolean if a field has been set.
func (o *CreateCustomerFiscalEntitiesResponse) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *CreateCustomerFiscalEntitiesResponse) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateCustomerFiscalEntitiesResponse) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *CreateCustomerFiscalEntitiesResponse) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (o *CreateCustomerFiscalEntitiesResponse) GetPhone() string
GetPhone returns the Phone field if non-nil, zero value otherwise.
func (o *CreateCustomerFiscalEntitiesResponse) GetPhoneOk() (*string, bool)
GetPhoneOk returns a tuple with the Phone field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateCustomerFiscalEntitiesResponse) SetPhone(v string)
SetPhone sets Phone field to given value.
func (o *CreateCustomerFiscalEntitiesResponse) HasPhone() bool
HasPhone returns a boolean if a field has been set.
func (o *CreateCustomerFiscalEntitiesResponse) GetMetadata() map[string]map[string]interface{}
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *CreateCustomerFiscalEntitiesResponse) GetMetadataOk() (*map[string]map[string]interface{}, bool)
GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateCustomerFiscalEntitiesResponse) SetMetadata(v map[string]map[string]interface{})
SetMetadata sets Metadata field to given value.
func (o *CreateCustomerFiscalEntitiesResponse) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (o *CreateCustomerFiscalEntitiesResponse) GetCompanyName() string
GetCompanyName returns the CompanyName field if non-nil, zero value otherwise.
func (o *CreateCustomerFiscalEntitiesResponse) GetCompanyNameOk() (*string, bool)
GetCompanyNameOk returns a tuple with the CompanyName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateCustomerFiscalEntitiesResponse) SetCompanyName(v string)
SetCompanyName sets CompanyName field to given value.
func (o *CreateCustomerFiscalEntitiesResponse) HasCompanyName() bool
HasCompanyName returns a boolean if a field has been set.
func (o *CreateCustomerFiscalEntitiesResponse) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *CreateCustomerFiscalEntitiesResponse) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateCustomerFiscalEntitiesResponse) SetId(v string)
SetId sets Id field to given value.
func (o *CreateCustomerFiscalEntitiesResponse) GetObject() string
GetObject returns the Object field if non-nil, zero value otherwise.
func (o *CreateCustomerFiscalEntitiesResponse) GetObjectOk() (*string, bool)
GetObjectOk returns a tuple with the Object field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateCustomerFiscalEntitiesResponse) SetObject(v string)
SetObject sets Object field to given value.
func (o *CreateCustomerFiscalEntitiesResponse) GetCreatedAt() int64
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *CreateCustomerFiscalEntitiesResponse) GetCreatedAtOk() (*int64, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateCustomerFiscalEntitiesResponse) SetCreatedAt(v int64)
SetCreatedAt sets CreatedAt field to given value.
func (o *CreateCustomerFiscalEntitiesResponse) GetParentId() string
GetParentId returns the ParentId field if non-nil, zero value otherwise.
func (o *CreateCustomerFiscalEntitiesResponse) GetParentIdOk() (*string, bool)
GetParentIdOk returns a tuple with the ParentId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateCustomerFiscalEntitiesResponse) SetParentId(v string)
SetParentId sets ParentId field to given value.
func (o *CreateCustomerFiscalEntitiesResponse) HasParentId() bool
HasParentId returns a boolean if a field has been set.
func (o *CreateCustomerFiscalEntitiesResponse) GetDefault() bool
GetDefault returns the Default field if non-nil, zero value otherwise.
func (o *CreateCustomerFiscalEntitiesResponse) GetDefaultOk() (*bool, bool)
GetDefaultOk returns a tuple with the Default field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateCustomerFiscalEntitiesResponse) SetDefault(v bool)
SetDefault sets Default field to given value.
func (o *CreateCustomerFiscalEntitiesResponse) HasDefault() bool
HasDefault returns a boolean if a field has been set.