Skip to content

Latest commit

 

History

History
296 lines (159 loc) · 8.49 KB

CreateCustomerFiscalEntitiesResponse.md

File metadata and controls

296 lines (159 loc) · 8.49 KB

CreateCustomerFiscalEntitiesResponse

Properties

Name Type Description Notes
Address CustomerAddress
TaxId Pointer to string [optional]
Email 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]

Methods

NewCreateCustomerFiscalEntitiesResponse

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

NewCreateCustomerFiscalEntitiesResponseWithDefaults

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

GetAddress

func (o *CreateCustomerFiscalEntitiesResponse) GetAddress() CustomerAddress

GetAddress returns the Address field if non-nil, zero value otherwise.

GetAddressOk

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.

SetAddress

func (o *CreateCustomerFiscalEntitiesResponse) SetAddress(v CustomerAddress)

SetAddress sets Address field to given value.

GetTaxId

func (o *CreateCustomerFiscalEntitiesResponse) GetTaxId() string

GetTaxId returns the TaxId field if non-nil, zero value otherwise.

GetTaxIdOk

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.

SetTaxId

func (o *CreateCustomerFiscalEntitiesResponse) SetTaxId(v string)

SetTaxId sets TaxId field to given value.

HasTaxId

func (o *CreateCustomerFiscalEntitiesResponse) HasTaxId() bool

HasTaxId returns a boolean if a field has been set.

GetEmail

func (o *CreateCustomerFiscalEntitiesResponse) GetEmail() string

GetEmail returns the Email field if non-nil, zero value otherwise.

GetEmailOk

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.

SetEmail

func (o *CreateCustomerFiscalEntitiesResponse) SetEmail(v string)

SetEmail sets Email field to given value.

HasEmail

func (o *CreateCustomerFiscalEntitiesResponse) HasEmail() bool

HasEmail returns a boolean if a field has been set.

GetPhone

func (o *CreateCustomerFiscalEntitiesResponse) GetPhone() string

GetPhone returns the Phone field if non-nil, zero value otherwise.

GetPhoneOk

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.

SetPhone

func (o *CreateCustomerFiscalEntitiesResponse) SetPhone(v string)

SetPhone sets Phone field to given value.

HasPhone

func (o *CreateCustomerFiscalEntitiesResponse) HasPhone() bool

HasPhone returns a boolean if a field has been set.

GetMetadata

func (o *CreateCustomerFiscalEntitiesResponse) GetMetadata() map[string]map[string]interface{}

GetMetadata returns the Metadata field if non-nil, zero value otherwise.

GetMetadataOk

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.

SetMetadata

func (o *CreateCustomerFiscalEntitiesResponse) SetMetadata(v map[string]map[string]interface{})

SetMetadata sets Metadata field to given value.

HasMetadata

func (o *CreateCustomerFiscalEntitiesResponse) HasMetadata() bool

HasMetadata returns a boolean if a field has been set.

GetCompanyName

func (o *CreateCustomerFiscalEntitiesResponse) GetCompanyName() string

GetCompanyName returns the CompanyName field if non-nil, zero value otherwise.

GetCompanyNameOk

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.

SetCompanyName

func (o *CreateCustomerFiscalEntitiesResponse) SetCompanyName(v string)

SetCompanyName sets CompanyName field to given value.

HasCompanyName

func (o *CreateCustomerFiscalEntitiesResponse) HasCompanyName() bool

HasCompanyName returns a boolean if a field has been set.

GetId

func (o *CreateCustomerFiscalEntitiesResponse) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *CreateCustomerFiscalEntitiesResponse) SetId(v string)

SetId sets Id field to given value.

GetObject

func (o *CreateCustomerFiscalEntitiesResponse) GetObject() string

GetObject returns the Object field if non-nil, zero value otherwise.

GetObjectOk

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.

SetObject

func (o *CreateCustomerFiscalEntitiesResponse) SetObject(v string)

SetObject sets Object field to given value.

GetCreatedAt

func (o *CreateCustomerFiscalEntitiesResponse) GetCreatedAt() int64

GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.

GetCreatedAtOk

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.

SetCreatedAt

func (o *CreateCustomerFiscalEntitiesResponse) SetCreatedAt(v int64)

SetCreatedAt sets CreatedAt field to given value.

GetParentId

func (o *CreateCustomerFiscalEntitiesResponse) GetParentId() string

GetParentId returns the ParentId field if non-nil, zero value otherwise.

GetParentIdOk

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.

SetParentId

func (o *CreateCustomerFiscalEntitiesResponse) SetParentId(v string)

SetParentId sets ParentId field to given value.

HasParentId

func (o *CreateCustomerFiscalEntitiesResponse) HasParentId() bool

HasParentId returns a boolean if a field has been set.

GetDefault

func (o *CreateCustomerFiscalEntitiesResponse) GetDefault() bool

GetDefault returns the Default field if non-nil, zero value otherwise.

GetDefaultOk

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.

SetDefault

func (o *CreateCustomerFiscalEntitiesResponse) SetDefault(v bool)

SetDefault sets Default field to given value.

HasDefault

func (o *CreateCustomerFiscalEntitiesResponse) HasDefault() bool

HasDefault returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]