Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to NullableInt32 | Client id | [optional] |
Code | Pointer to NullableString | Client code | [optional] |
Name | Pointer to NullableString | Client name | [optional] |
Type | Pointer to NullableClientType | [optional] | |
FirstName | Pointer to NullableString | Client first name | [optional] |
LastName | Pointer to NullableString | Client last name | [optional] |
ContactPerson | Pointer to NullableString | Client contact person | [optional] |
VatNumber | Pointer to NullableString | Client vat number | [optional] |
TaxCode | Pointer to NullableString | Client tax code | [optional] |
AddressStreet | Pointer to NullableString | Client address street | [optional] |
AddressPostalCode | Pointer to NullableString | Client address postal code | [optional] |
AddressCity | Pointer to NullableString | Client address city | [optional] |
AddressProvince | Pointer to NullableString | Client address province | [optional] |
AddressExtra | Pointer to NullableString | Client address extra info | [optional] |
Country | Pointer to NullableString | Client country | [optional] |
CountryIso | Pointer to NullableString | Client country iso code | [optional] |
Pointer to NullableString | Client email | [optional] | |
CertifiedEmail | Pointer to NullableString | Client certified email | [optional] |
Phone | Pointer to NullableString | Client phone | [optional] |
Fax | Pointer to NullableString | Client fax | [optional] |
Notes | Pointer to NullableString | Client extra | [optional] |
DefaultVat | Pointer to NullableVatType | [optional] | |
DefaultPaymentTerms | Pointer to NullableInt32 | Client default payment terms | [optional] |
DefaultPaymentTermsType | Pointer to PaymentTermsType | [optional] [default to STANDARD] | |
DefaultPaymentMethod | Pointer to PaymentMethod | [optional] | |
BankName | Pointer to NullableString | Client bank name | [optional] |
BankIban | Pointer to NullableString | Client bank iban | [optional] |
BankSwiftCode | Pointer to NullableString | Client bank swift code | [optional] |
ShippingAddress | Pointer to NullableString | Client shipping address | [optional] |
EInvoice | Pointer to NullableBool | Use e-invoices for this entity | [optional] |
EiCode | Pointer to NullableString | Client e-invoice code | [optional] |
DiscountHighlight | Pointer to NullableBool | Highlight Discount | [optional] |
DefaultDiscount | Pointer to NullableFloat32 | Client default discount | [optional] |
HasIntentDeclaration | Pointer to NullableBool | Client has intent declaration | [optional] |
IntentDeclarationProtocolNumber | Pointer to NullableString | Client intent declaration protocol number | [optional] |
IntentDeclarationProtocolDate | Pointer to NullableString | Client intent declaration protocol date | [optional] |
CreatedAt | Pointer to NullableString | Client creation date | [optional] |
UpdatedAt | Pointer to NullableString | Client last update date | [optional] |
func NewClient() *Client
NewClient instantiates a new Client 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 NewClientWithDefaults() *Client
NewClientWithDefaults instantiates a new Client 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 *Client) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *Client) GetIdOk() (*int32, 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 *Client) SetId(v int32)
SetId sets Id field to given value.
func (o *Client) HasId() bool
HasId returns a boolean if a field has been set.
func (o *Client) SetIdNil(b bool)
SetIdNil sets the value for Id to be an explicit nil
func (o *Client) UnsetId()
UnsetId ensures that no value is present for Id, not even an explicit nil
func (o *Client) GetCode() string
GetCode returns the Code field if non-nil, zero value otherwise.
func (o *Client) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Client) SetCode(v string)
SetCode sets Code field to given value.
func (o *Client) HasCode() bool
HasCode returns a boolean if a field has been set.
func (o *Client) SetCodeNil(b bool)
SetCodeNil sets the value for Code to be an explicit nil
func (o *Client) UnsetCode()
UnsetCode ensures that no value is present for Code, not even an explicit nil
func (o *Client) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *Client) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Client) SetName(v string)
SetName sets Name field to given value.
func (o *Client) HasName() bool
HasName returns a boolean if a field has been set.
func (o *Client) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *Client) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *Client) GetType() ClientType
GetType returns the Type field if non-nil, zero value otherwise.
func (o *Client) GetTypeOk() (*ClientType, 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 *Client) SetType(v ClientType)
SetType sets Type field to given value.
func (o *Client) HasType() bool
HasType returns a boolean if a field has been set.
func (o *Client) SetTypeNil(b bool)
SetTypeNil sets the value for Type to be an explicit nil
func (o *Client) UnsetType()
UnsetType ensures that no value is present for Type, not even an explicit nil
func (o *Client) GetFirstName() string
GetFirstName returns the FirstName field if non-nil, zero value otherwise.
func (o *Client) GetFirstNameOk() (*string, bool)
GetFirstNameOk returns a tuple with the FirstName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Client) SetFirstName(v string)
SetFirstName sets FirstName field to given value.
func (o *Client) HasFirstName() bool
HasFirstName returns a boolean if a field has been set.
func (o *Client) SetFirstNameNil(b bool)
SetFirstNameNil sets the value for FirstName to be an explicit nil
func (o *Client) UnsetFirstName()
UnsetFirstName ensures that no value is present for FirstName, not even an explicit nil
func (o *Client) GetLastName() string
GetLastName returns the LastName field if non-nil, zero value otherwise.
func (o *Client) GetLastNameOk() (*string, bool)
GetLastNameOk returns a tuple with the LastName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Client) SetLastName(v string)
SetLastName sets LastName field to given value.
func (o *Client) HasLastName() bool
HasLastName returns a boolean if a field has been set.
func (o *Client) SetLastNameNil(b bool)
SetLastNameNil sets the value for LastName to be an explicit nil
func (o *Client) UnsetLastName()
UnsetLastName ensures that no value is present for LastName, not even an explicit nil
func (o *Client) GetContactPerson() string
GetContactPerson returns the ContactPerson field if non-nil, zero value otherwise.
func (o *Client) GetContactPersonOk() (*string, bool)
GetContactPersonOk returns a tuple with the ContactPerson field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Client) SetContactPerson(v string)
SetContactPerson sets ContactPerson field to given value.
func (o *Client) HasContactPerson() bool
HasContactPerson returns a boolean if a field has been set.
func (o *Client) SetContactPersonNil(b bool)
SetContactPersonNil sets the value for ContactPerson to be an explicit nil
func (o *Client) UnsetContactPerson()
UnsetContactPerson ensures that no value is present for ContactPerson, not even an explicit nil
func (o *Client) GetVatNumber() string
GetVatNumber returns the VatNumber field if non-nil, zero value otherwise.
func (o *Client) GetVatNumberOk() (*string, bool)
GetVatNumberOk returns a tuple with the VatNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Client) SetVatNumber(v string)
SetVatNumber sets VatNumber field to given value.
func (o *Client) HasVatNumber() bool
HasVatNumber returns a boolean if a field has been set.
func (o *Client) SetVatNumberNil(b bool)
SetVatNumberNil sets the value for VatNumber to be an explicit nil
func (o *Client) UnsetVatNumber()
UnsetVatNumber ensures that no value is present for VatNumber, not even an explicit nil
func (o *Client) GetTaxCode() string
GetTaxCode returns the TaxCode field if non-nil, zero value otherwise.
func (o *Client) GetTaxCodeOk() (*string, bool)
GetTaxCodeOk returns a tuple with the TaxCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Client) SetTaxCode(v string)
SetTaxCode sets TaxCode field to given value.
func (o *Client) HasTaxCode() bool
HasTaxCode returns a boolean if a field has been set.
func (o *Client) SetTaxCodeNil(b bool)
SetTaxCodeNil sets the value for TaxCode to be an explicit nil
func (o *Client) UnsetTaxCode()
UnsetTaxCode ensures that no value is present for TaxCode, not even an explicit nil
func (o *Client) GetAddressStreet() string
GetAddressStreet returns the AddressStreet field if non-nil, zero value otherwise.
func (o *Client) GetAddressStreetOk() (*string, bool)
GetAddressStreetOk returns a tuple with the AddressStreet field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Client) SetAddressStreet(v string)
SetAddressStreet sets AddressStreet field to given value.
func (o *Client) HasAddressStreet() bool
HasAddressStreet returns a boolean if a field has been set.
func (o *Client) SetAddressStreetNil(b bool)
SetAddressStreetNil sets the value for AddressStreet to be an explicit nil
func (o *Client) UnsetAddressStreet()
UnsetAddressStreet ensures that no value is present for AddressStreet, not even an explicit nil
func (o *Client) GetAddressPostalCode() string
GetAddressPostalCode returns the AddressPostalCode field if non-nil, zero value otherwise.
func (o *Client) GetAddressPostalCodeOk() (*string, bool)
GetAddressPostalCodeOk returns a tuple with the AddressPostalCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Client) SetAddressPostalCode(v string)
SetAddressPostalCode sets AddressPostalCode field to given value.
func (o *Client) HasAddressPostalCode() bool
HasAddressPostalCode returns a boolean if a field has been set.
func (o *Client) SetAddressPostalCodeNil(b bool)
SetAddressPostalCodeNil sets the value for AddressPostalCode to be an explicit nil
func (o *Client) UnsetAddressPostalCode()
UnsetAddressPostalCode ensures that no value is present for AddressPostalCode, not even an explicit nil
func (o *Client) GetAddressCity() string
GetAddressCity returns the AddressCity field if non-nil, zero value otherwise.
func (o *Client) GetAddressCityOk() (*string, bool)
GetAddressCityOk returns a tuple with the AddressCity field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Client) SetAddressCity(v string)
SetAddressCity sets AddressCity field to given value.
func (o *Client) HasAddressCity() bool
HasAddressCity returns a boolean if a field has been set.
func (o *Client) SetAddressCityNil(b bool)
SetAddressCityNil sets the value for AddressCity to be an explicit nil
func (o *Client) UnsetAddressCity()
UnsetAddressCity ensures that no value is present for AddressCity, not even an explicit nil
func (o *Client) GetAddressProvince() string
GetAddressProvince returns the AddressProvince field if non-nil, zero value otherwise.
func (o *Client) GetAddressProvinceOk() (*string, bool)
GetAddressProvinceOk returns a tuple with the AddressProvince field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Client) SetAddressProvince(v string)
SetAddressProvince sets AddressProvince field to given value.
func (o *Client) HasAddressProvince() bool
HasAddressProvince returns a boolean if a field has been set.
func (o *Client) SetAddressProvinceNil(b bool)
SetAddressProvinceNil sets the value for AddressProvince to be an explicit nil
func (o *Client) UnsetAddressProvince()
UnsetAddressProvince ensures that no value is present for AddressProvince, not even an explicit nil
func (o *Client) GetAddressExtra() string
GetAddressExtra returns the AddressExtra field if non-nil, zero value otherwise.
func (o *Client) GetAddressExtraOk() (*string, bool)
GetAddressExtraOk returns a tuple with the AddressExtra field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Client) SetAddressExtra(v string)
SetAddressExtra sets AddressExtra field to given value.
func (o *Client) HasAddressExtra() bool
HasAddressExtra returns a boolean if a field has been set.
func (o *Client) SetAddressExtraNil(b bool)
SetAddressExtraNil sets the value for AddressExtra to be an explicit nil
func (o *Client) UnsetAddressExtra()
UnsetAddressExtra ensures that no value is present for AddressExtra, not even an explicit nil
func (o *Client) GetCountry() string
GetCountry returns the Country field if non-nil, zero value otherwise.
func (o *Client) GetCountryOk() (*string, bool)
GetCountryOk returns a tuple with the Country field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Client) SetCountry(v string)
SetCountry sets Country field to given value.
func (o *Client) HasCountry() bool
HasCountry returns a boolean if a field has been set.
func (o *Client) SetCountryNil(b bool)
SetCountryNil sets the value for Country to be an explicit nil
func (o *Client) UnsetCountry()
UnsetCountry ensures that no value is present for Country, not even an explicit nil
func (o *Client) GetCountryIso() string
GetCountryIso returns the CountryIso field if non-nil, zero value otherwise.
func (o *Client) GetCountryIsoOk() (*string, bool)
GetCountryIsoOk returns a tuple with the CountryIso field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Client) SetCountryIso(v string)
SetCountryIso sets CountryIso field to given value.
func (o *Client) HasCountryIso() bool
HasCountryIso returns a boolean if a field has been set.
func (o *Client) SetCountryIsoNil(b bool)
SetCountryIsoNil sets the value for CountryIso to be an explicit nil
func (o *Client) UnsetCountryIso()
UnsetCountryIso ensures that no value is present for CountryIso, not even an explicit nil
func (o *Client) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *Client) 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 *Client) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *Client) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (o *Client) SetEmailNil(b bool)
SetEmailNil sets the value for Email to be an explicit nil
func (o *Client) UnsetEmail()
UnsetEmail ensures that no value is present for Email, not even an explicit nil
func (o *Client) GetCertifiedEmail() string
GetCertifiedEmail returns the CertifiedEmail field if non-nil, zero value otherwise.
func (o *Client) GetCertifiedEmailOk() (*string, bool)
GetCertifiedEmailOk returns a tuple with the CertifiedEmail field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Client) SetCertifiedEmail(v string)
SetCertifiedEmail sets CertifiedEmail field to given value.
func (o *Client) HasCertifiedEmail() bool
HasCertifiedEmail returns a boolean if a field has been set.
func (o *Client) SetCertifiedEmailNil(b bool)
SetCertifiedEmailNil sets the value for CertifiedEmail to be an explicit nil
func (o *Client) UnsetCertifiedEmail()
UnsetCertifiedEmail ensures that no value is present for CertifiedEmail, not even an explicit nil
func (o *Client) GetPhone() string
GetPhone returns the Phone field if non-nil, zero value otherwise.
func (o *Client) 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 *Client) SetPhone(v string)
SetPhone sets Phone field to given value.
func (o *Client) HasPhone() bool
HasPhone returns a boolean if a field has been set.
func (o *Client) SetPhoneNil(b bool)
SetPhoneNil sets the value for Phone to be an explicit nil
func (o *Client) UnsetPhone()
UnsetPhone ensures that no value is present for Phone, not even an explicit nil
func (o *Client) GetFax() string
GetFax returns the Fax field if non-nil, zero value otherwise.
func (o *Client) GetFaxOk() (*string, bool)
GetFaxOk returns a tuple with the Fax field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Client) SetFax(v string)
SetFax sets Fax field to given value.
func (o *Client) HasFax() bool
HasFax returns a boolean if a field has been set.
func (o *Client) SetFaxNil(b bool)
SetFaxNil sets the value for Fax to be an explicit nil
func (o *Client) UnsetFax()
UnsetFax ensures that no value is present for Fax, not even an explicit nil
func (o *Client) GetNotes() string
GetNotes returns the Notes field if non-nil, zero value otherwise.
func (o *Client) GetNotesOk() (*string, bool)
GetNotesOk returns a tuple with the Notes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Client) SetNotes(v string)
SetNotes sets Notes field to given value.
func (o *Client) HasNotes() bool
HasNotes returns a boolean if a field has been set.
func (o *Client) SetNotesNil(b bool)
SetNotesNil sets the value for Notes to be an explicit nil
func (o *Client) UnsetNotes()
UnsetNotes ensures that no value is present for Notes, not even an explicit nil
func (o *Client) GetDefaultVat() VatType
GetDefaultVat returns the DefaultVat field if non-nil, zero value otherwise.
func (o *Client) GetDefaultVatOk() (*VatType, bool)
GetDefaultVatOk returns a tuple with the DefaultVat field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Client) SetDefaultVat(v VatType)
SetDefaultVat sets DefaultVat field to given value.
func (o *Client) HasDefaultVat() bool
HasDefaultVat returns a boolean if a field has been set.
func (o *Client) SetDefaultVatNil(b bool)
SetDefaultVatNil sets the value for DefaultVat to be an explicit nil
func (o *Client) UnsetDefaultVat()
UnsetDefaultVat ensures that no value is present for DefaultVat, not even an explicit nil
func (o *Client) GetDefaultPaymentTerms() int32
GetDefaultPaymentTerms returns the DefaultPaymentTerms field if non-nil, zero value otherwise.
func (o *Client) GetDefaultPaymentTermsOk() (*int32, bool)
GetDefaultPaymentTermsOk returns a tuple with the DefaultPaymentTerms field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Client) SetDefaultPaymentTerms(v int32)
SetDefaultPaymentTerms sets DefaultPaymentTerms field to given value.
func (o *Client) HasDefaultPaymentTerms() bool
HasDefaultPaymentTerms returns a boolean if a field has been set.
func (o *Client) SetDefaultPaymentTermsNil(b bool)
SetDefaultPaymentTermsNil sets the value for DefaultPaymentTerms to be an explicit nil
func (o *Client) UnsetDefaultPaymentTerms()
UnsetDefaultPaymentTerms ensures that no value is present for DefaultPaymentTerms, not even an explicit nil
func (o *Client) GetDefaultPaymentTermsType() PaymentTermsType
GetDefaultPaymentTermsType returns the DefaultPaymentTermsType field if non-nil, zero value otherwise.
func (o *Client) GetDefaultPaymentTermsTypeOk() (*PaymentTermsType, bool)
GetDefaultPaymentTermsTypeOk returns a tuple with the DefaultPaymentTermsType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Client) SetDefaultPaymentTermsType(v PaymentTermsType)
SetDefaultPaymentTermsType sets DefaultPaymentTermsType field to given value.
func (o *Client) HasDefaultPaymentTermsType() bool
HasDefaultPaymentTermsType returns a boolean if a field has been set.
func (o *Client) GetDefaultPaymentMethod() PaymentMethod
GetDefaultPaymentMethod returns the DefaultPaymentMethod field if non-nil, zero value otherwise.
func (o *Client) GetDefaultPaymentMethodOk() (*PaymentMethod, bool)
GetDefaultPaymentMethodOk returns a tuple with the DefaultPaymentMethod field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Client) SetDefaultPaymentMethod(v PaymentMethod)
SetDefaultPaymentMethod sets DefaultPaymentMethod field to given value.
func (o *Client) HasDefaultPaymentMethod() bool
HasDefaultPaymentMethod returns a boolean if a field has been set.
func (o *Client) GetBankName() string
GetBankName returns the BankName field if non-nil, zero value otherwise.
func (o *Client) GetBankNameOk() (*string, bool)
GetBankNameOk returns a tuple with the BankName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Client) SetBankName(v string)
SetBankName sets BankName field to given value.
func (o *Client) HasBankName() bool
HasBankName returns a boolean if a field has been set.
func (o *Client) SetBankNameNil(b bool)
SetBankNameNil sets the value for BankName to be an explicit nil
func (o *Client) UnsetBankName()
UnsetBankName ensures that no value is present for BankName, not even an explicit nil
func (o *Client) GetBankIban() string
GetBankIban returns the BankIban field if non-nil, zero value otherwise.
func (o *Client) GetBankIbanOk() (*string, bool)
GetBankIbanOk returns a tuple with the BankIban field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Client) SetBankIban(v string)
SetBankIban sets BankIban field to given value.
func (o *Client) HasBankIban() bool
HasBankIban returns a boolean if a field has been set.
func (o *Client) SetBankIbanNil(b bool)
SetBankIbanNil sets the value for BankIban to be an explicit nil
func (o *Client) UnsetBankIban()
UnsetBankIban ensures that no value is present for BankIban, not even an explicit nil
func (o *Client) GetBankSwiftCode() string
GetBankSwiftCode returns the BankSwiftCode field if non-nil, zero value otherwise.
func (o *Client) GetBankSwiftCodeOk() (*string, bool)
GetBankSwiftCodeOk returns a tuple with the BankSwiftCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Client) SetBankSwiftCode(v string)
SetBankSwiftCode sets BankSwiftCode field to given value.
func (o *Client) HasBankSwiftCode() bool
HasBankSwiftCode returns a boolean if a field has been set.
func (o *Client) SetBankSwiftCodeNil(b bool)
SetBankSwiftCodeNil sets the value for BankSwiftCode to be an explicit nil
func (o *Client) UnsetBankSwiftCode()
UnsetBankSwiftCode ensures that no value is present for BankSwiftCode, not even an explicit nil
func (o *Client) GetShippingAddress() string
GetShippingAddress returns the ShippingAddress field if non-nil, zero value otherwise.
func (o *Client) GetShippingAddressOk() (*string, bool)
GetShippingAddressOk returns a tuple with the ShippingAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Client) SetShippingAddress(v string)
SetShippingAddress sets ShippingAddress field to given value.
func (o *Client) HasShippingAddress() bool
HasShippingAddress returns a boolean if a field has been set.
func (o *Client) SetShippingAddressNil(b bool)
SetShippingAddressNil sets the value for ShippingAddress to be an explicit nil
func (o *Client) UnsetShippingAddress()
UnsetShippingAddress ensures that no value is present for ShippingAddress, not even an explicit nil
func (o *Client) GetEInvoice() bool
GetEInvoice returns the EInvoice field if non-nil, zero value otherwise.
func (o *Client) GetEInvoiceOk() (*bool, bool)
GetEInvoiceOk returns a tuple with the EInvoice field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Client) SetEInvoice(v bool)
SetEInvoice sets EInvoice field to given value.
func (o *Client) HasEInvoice() bool
HasEInvoice returns a boolean if a field has been set.
func (o *Client) SetEInvoiceNil(b bool)
SetEInvoiceNil sets the value for EInvoice to be an explicit nil
func (o *Client) UnsetEInvoice()
UnsetEInvoice ensures that no value is present for EInvoice, not even an explicit nil
func (o *Client) GetEiCode() string
GetEiCode returns the EiCode field if non-nil, zero value otherwise.
func (o *Client) GetEiCodeOk() (*string, bool)
GetEiCodeOk returns a tuple with the EiCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Client) SetEiCode(v string)
SetEiCode sets EiCode field to given value.
func (o *Client) HasEiCode() bool
HasEiCode returns a boolean if a field has been set.
func (o *Client) SetEiCodeNil(b bool)
SetEiCodeNil sets the value for EiCode to be an explicit nil
func (o *Client) UnsetEiCode()
UnsetEiCode ensures that no value is present for EiCode, not even an explicit nil
func (o *Client) GetDiscountHighlight() bool
GetDiscountHighlight returns the DiscountHighlight field if non-nil, zero value otherwise.
func (o *Client) GetDiscountHighlightOk() (*bool, bool)
GetDiscountHighlightOk returns a tuple with the DiscountHighlight field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Client) SetDiscountHighlight(v bool)
SetDiscountHighlight sets DiscountHighlight field to given value.
func (o *Client) HasDiscountHighlight() bool
HasDiscountHighlight returns a boolean if a field has been set.
func (o *Client) SetDiscountHighlightNil(b bool)
SetDiscountHighlightNil sets the value for DiscountHighlight to be an explicit nil
func (o *Client) UnsetDiscountHighlight()
UnsetDiscountHighlight ensures that no value is present for DiscountHighlight, not even an explicit nil
func (o *Client) GetDefaultDiscount() float32
GetDefaultDiscount returns the DefaultDiscount field if non-nil, zero value otherwise.
func (o *Client) GetDefaultDiscountOk() (*float32, bool)
GetDefaultDiscountOk returns a tuple with the DefaultDiscount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Client) SetDefaultDiscount(v float32)
SetDefaultDiscount sets DefaultDiscount field to given value.
func (o *Client) HasDefaultDiscount() bool
HasDefaultDiscount returns a boolean if a field has been set.
func (o *Client) SetDefaultDiscountNil(b bool)
SetDefaultDiscountNil sets the value for DefaultDiscount to be an explicit nil
func (o *Client) UnsetDefaultDiscount()
UnsetDefaultDiscount ensures that no value is present for DefaultDiscount, not even an explicit nil
func (o *Client) GetHasIntentDeclaration() bool
GetHasIntentDeclaration returns the HasIntentDeclaration field if non-nil, zero value otherwise.
func (o *Client) GetHasIntentDeclarationOk() (*bool, bool)
GetHasIntentDeclarationOk returns a tuple with the HasIntentDeclaration field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Client) SetHasIntentDeclaration(v bool)
SetHasIntentDeclaration sets HasIntentDeclaration field to given value.
func (o *Client) HasHasIntentDeclaration() bool
HasHasIntentDeclaration returns a boolean if a field has been set.
func (o *Client) SetHasIntentDeclarationNil(b bool)
SetHasIntentDeclarationNil sets the value for HasIntentDeclaration to be an explicit nil
func (o *Client) UnsetHasIntentDeclaration()
UnsetHasIntentDeclaration ensures that no value is present for HasIntentDeclaration, not even an explicit nil
func (o *Client) GetIntentDeclarationProtocolNumber() string
GetIntentDeclarationProtocolNumber returns the IntentDeclarationProtocolNumber field if non-nil, zero value otherwise.
func (o *Client) GetIntentDeclarationProtocolNumberOk() (*string, bool)
GetIntentDeclarationProtocolNumberOk returns a tuple with the IntentDeclarationProtocolNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Client) SetIntentDeclarationProtocolNumber(v string)
SetIntentDeclarationProtocolNumber sets IntentDeclarationProtocolNumber field to given value.
func (o *Client) HasIntentDeclarationProtocolNumber() bool
HasIntentDeclarationProtocolNumber returns a boolean if a field has been set.
func (o *Client) SetIntentDeclarationProtocolNumberNil(b bool)
SetIntentDeclarationProtocolNumberNil sets the value for IntentDeclarationProtocolNumber to be an explicit nil
func (o *Client) UnsetIntentDeclarationProtocolNumber()
UnsetIntentDeclarationProtocolNumber ensures that no value is present for IntentDeclarationProtocolNumber, not even an explicit nil
func (o *Client) GetIntentDeclarationProtocolDate() string
GetIntentDeclarationProtocolDate returns the IntentDeclarationProtocolDate field if non-nil, zero value otherwise.
func (o *Client) GetIntentDeclarationProtocolDateOk() (*string, bool)
GetIntentDeclarationProtocolDateOk returns a tuple with the IntentDeclarationProtocolDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Client) SetIntentDeclarationProtocolDate(v string)
SetIntentDeclarationProtocolDate sets IntentDeclarationProtocolDate field to given value.
func (o *Client) HasIntentDeclarationProtocolDate() bool
HasIntentDeclarationProtocolDate returns a boolean if a field has been set.
func (o *Client) SetIntentDeclarationProtocolDateNil(b bool)
SetIntentDeclarationProtocolDateNil sets the value for IntentDeclarationProtocolDate to be an explicit nil
func (o *Client) UnsetIntentDeclarationProtocolDate()
UnsetIntentDeclarationProtocolDate ensures that no value is present for IntentDeclarationProtocolDate, not even an explicit nil
func (o *Client) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *Client) GetCreatedAtOk() (*string, 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 *Client) SetCreatedAt(v string)
SetCreatedAt sets CreatedAt field to given value.
func (o *Client) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *Client) SetCreatedAtNil(b bool)
SetCreatedAtNil sets the value for CreatedAt to be an explicit nil
func (o *Client) UnsetCreatedAt()
UnsetCreatedAt ensures that no value is present for CreatedAt, not even an explicit nil
func (o *Client) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *Client) GetUpdatedAtOk() (*string, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Client) SetUpdatedAt(v string)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *Client) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (o *Client) SetUpdatedAtNil(b bool)
SetUpdatedAtNil sets the value for UpdatedAt to be an explicit nil
func (o *Client) UnsetUpdatedAt()
UnsetUpdatedAt ensures that no value is present for UpdatedAt, not even an explicit nil