Name | Type | Description | Notes |
---|---|---|---|
Numerations | Pointer to map[string]map[string]int32 | [optional] | |
DnNumerations | Pointer to map[string]map[string]int32 | [optional] | |
DefaultValues | Pointer to NullableIssuedDocumentPreCreateInfoDefaultValues | [optional] | |
ExtraDataDefaultValues | Pointer to NullableIssuedDocumentPreCreateInfoExtraDataDefaultValues | [optional] | |
ItemsDefaultValues | Pointer to NullableIssuedDocumentPreCreateInfoItemsDefaultValues | [optional] | |
CountriesList | Pointer to []string | Countries list | [optional] |
CurrenciesList | Pointer to []Currency | Currencies list | [optional] |
TemplatesList | Pointer to []DocumentTemplate | Document templates list | [optional] |
DnTemplatesList | Pointer to []DocumentTemplate | Delivery note templates list | [optional] |
AiTemplatesList | Pointer to []DocumentTemplate | Accompanying invoice templates list | [optional] |
PaymentMethodsList | Pointer to []PaymentMethod | Payment methods list | [optional] |
PaymentAccountsList | Pointer to []PaymentAccount | Payment accounts list | [optional] |
VatTypesList | Pointer to []VatType | Vat types list | [optional] |
LanguagesList | Pointer to []Language | Languages list | [optional] |
func NewIssuedDocumentPreCreateInfo() *IssuedDocumentPreCreateInfo
NewIssuedDocumentPreCreateInfo instantiates a new IssuedDocumentPreCreateInfo 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 NewIssuedDocumentPreCreateInfoWithDefaults() *IssuedDocumentPreCreateInfo
NewIssuedDocumentPreCreateInfoWithDefaults instantiates a new IssuedDocumentPreCreateInfo 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 *IssuedDocumentPreCreateInfo) GetNumerations() map[string]map[string]int32
GetNumerations returns the Numerations field if non-nil, zero value otherwise.
func (o *IssuedDocumentPreCreateInfo) GetNumerationsOk() (*map[string]map[string]int32, bool)
GetNumerationsOk returns a tuple with the Numerations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IssuedDocumentPreCreateInfo) SetNumerations(v map[string]map[string]int32)
SetNumerations sets Numerations field to given value.
func (o *IssuedDocumentPreCreateInfo) HasNumerations() bool
HasNumerations returns a boolean if a field has been set.
func (o *IssuedDocumentPreCreateInfo) GetDnNumerations() map[string]map[string]int32
GetDnNumerations returns the DnNumerations field if non-nil, zero value otherwise.
func (o *IssuedDocumentPreCreateInfo) GetDnNumerationsOk() (*map[string]map[string]int32, bool)
GetDnNumerationsOk returns a tuple with the DnNumerations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IssuedDocumentPreCreateInfo) SetDnNumerations(v map[string]map[string]int32)
SetDnNumerations sets DnNumerations field to given value.
func (o *IssuedDocumentPreCreateInfo) HasDnNumerations() bool
HasDnNumerations returns a boolean if a field has been set.
func (o *IssuedDocumentPreCreateInfo) GetDefaultValues() IssuedDocumentPreCreateInfoDefaultValues
GetDefaultValues returns the DefaultValues field if non-nil, zero value otherwise.
func (o *IssuedDocumentPreCreateInfo) GetDefaultValuesOk() (*IssuedDocumentPreCreateInfoDefaultValues, bool)
GetDefaultValuesOk returns a tuple with the DefaultValues field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IssuedDocumentPreCreateInfo) SetDefaultValues(v IssuedDocumentPreCreateInfoDefaultValues)
SetDefaultValues sets DefaultValues field to given value.
func (o *IssuedDocumentPreCreateInfo) HasDefaultValues() bool
HasDefaultValues returns a boolean if a field has been set.
func (o *IssuedDocumentPreCreateInfo) SetDefaultValuesNil(b bool)
SetDefaultValuesNil sets the value for DefaultValues to be an explicit nil
func (o *IssuedDocumentPreCreateInfo) UnsetDefaultValues()
UnsetDefaultValues ensures that no value is present for DefaultValues, not even an explicit nil
func (o *IssuedDocumentPreCreateInfo) GetExtraDataDefaultValues() IssuedDocumentPreCreateInfoExtraDataDefaultValues
GetExtraDataDefaultValues returns the ExtraDataDefaultValues field if non-nil, zero value otherwise.
func (o *IssuedDocumentPreCreateInfo) GetExtraDataDefaultValuesOk() (*IssuedDocumentPreCreateInfoExtraDataDefaultValues, bool)
GetExtraDataDefaultValuesOk returns a tuple with the ExtraDataDefaultValues field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IssuedDocumentPreCreateInfo) SetExtraDataDefaultValues(v IssuedDocumentPreCreateInfoExtraDataDefaultValues)
SetExtraDataDefaultValues sets ExtraDataDefaultValues field to given value.
func (o *IssuedDocumentPreCreateInfo) HasExtraDataDefaultValues() bool
HasExtraDataDefaultValues returns a boolean if a field has been set.
func (o *IssuedDocumentPreCreateInfo) SetExtraDataDefaultValuesNil(b bool)
SetExtraDataDefaultValuesNil sets the value for ExtraDataDefaultValues to be an explicit nil
func (o *IssuedDocumentPreCreateInfo) UnsetExtraDataDefaultValues()
UnsetExtraDataDefaultValues ensures that no value is present for ExtraDataDefaultValues, not even an explicit nil
func (o *IssuedDocumentPreCreateInfo) GetItemsDefaultValues() IssuedDocumentPreCreateInfoItemsDefaultValues
GetItemsDefaultValues returns the ItemsDefaultValues field if non-nil, zero value otherwise.
func (o *IssuedDocumentPreCreateInfo) GetItemsDefaultValuesOk() (*IssuedDocumentPreCreateInfoItemsDefaultValues, bool)
GetItemsDefaultValuesOk returns a tuple with the ItemsDefaultValues field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IssuedDocumentPreCreateInfo) SetItemsDefaultValues(v IssuedDocumentPreCreateInfoItemsDefaultValues)
SetItemsDefaultValues sets ItemsDefaultValues field to given value.
func (o *IssuedDocumentPreCreateInfo) HasItemsDefaultValues() bool
HasItemsDefaultValues returns a boolean if a field has been set.
func (o *IssuedDocumentPreCreateInfo) SetItemsDefaultValuesNil(b bool)
SetItemsDefaultValuesNil sets the value for ItemsDefaultValues to be an explicit nil
func (o *IssuedDocumentPreCreateInfo) UnsetItemsDefaultValues()
UnsetItemsDefaultValues ensures that no value is present for ItemsDefaultValues, not even an explicit nil
func (o *IssuedDocumentPreCreateInfo) GetCountriesList() []string
GetCountriesList returns the CountriesList field if non-nil, zero value otherwise.
func (o *IssuedDocumentPreCreateInfo) GetCountriesListOk() (*[]string, bool)
GetCountriesListOk returns a tuple with the CountriesList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IssuedDocumentPreCreateInfo) SetCountriesList(v []string)
SetCountriesList sets CountriesList field to given value.
func (o *IssuedDocumentPreCreateInfo) HasCountriesList() bool
HasCountriesList returns a boolean if a field has been set.
func (o *IssuedDocumentPreCreateInfo) SetCountriesListNil(b bool)
SetCountriesListNil sets the value for CountriesList to be an explicit nil
func (o *IssuedDocumentPreCreateInfo) UnsetCountriesList()
UnsetCountriesList ensures that no value is present for CountriesList, not even an explicit nil
func (o *IssuedDocumentPreCreateInfo) GetCurrenciesList() []Currency
GetCurrenciesList returns the CurrenciesList field if non-nil, zero value otherwise.
func (o *IssuedDocumentPreCreateInfo) GetCurrenciesListOk() (*[]Currency, bool)
GetCurrenciesListOk returns a tuple with the CurrenciesList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IssuedDocumentPreCreateInfo) SetCurrenciesList(v []Currency)
SetCurrenciesList sets CurrenciesList field to given value.
func (o *IssuedDocumentPreCreateInfo) HasCurrenciesList() bool
HasCurrenciesList returns a boolean if a field has been set.
func (o *IssuedDocumentPreCreateInfo) SetCurrenciesListNil(b bool)
SetCurrenciesListNil sets the value for CurrenciesList to be an explicit nil
func (o *IssuedDocumentPreCreateInfo) UnsetCurrenciesList()
UnsetCurrenciesList ensures that no value is present for CurrenciesList, not even an explicit nil
func (o *IssuedDocumentPreCreateInfo) GetTemplatesList() []DocumentTemplate
GetTemplatesList returns the TemplatesList field if non-nil, zero value otherwise.
func (o *IssuedDocumentPreCreateInfo) GetTemplatesListOk() (*[]DocumentTemplate, bool)
GetTemplatesListOk returns a tuple with the TemplatesList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IssuedDocumentPreCreateInfo) SetTemplatesList(v []DocumentTemplate)
SetTemplatesList sets TemplatesList field to given value.
func (o *IssuedDocumentPreCreateInfo) HasTemplatesList() bool
HasTemplatesList returns a boolean if a field has been set.
func (o *IssuedDocumentPreCreateInfo) SetTemplatesListNil(b bool)
SetTemplatesListNil sets the value for TemplatesList to be an explicit nil
func (o *IssuedDocumentPreCreateInfo) UnsetTemplatesList()
UnsetTemplatesList ensures that no value is present for TemplatesList, not even an explicit nil
func (o *IssuedDocumentPreCreateInfo) GetDnTemplatesList() []DocumentTemplate
GetDnTemplatesList returns the DnTemplatesList field if non-nil, zero value otherwise.
func (o *IssuedDocumentPreCreateInfo) GetDnTemplatesListOk() (*[]DocumentTemplate, bool)
GetDnTemplatesListOk returns a tuple with the DnTemplatesList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IssuedDocumentPreCreateInfo) SetDnTemplatesList(v []DocumentTemplate)
SetDnTemplatesList sets DnTemplatesList field to given value.
func (o *IssuedDocumentPreCreateInfo) HasDnTemplatesList() bool
HasDnTemplatesList returns a boolean if a field has been set.
func (o *IssuedDocumentPreCreateInfo) SetDnTemplatesListNil(b bool)
SetDnTemplatesListNil sets the value for DnTemplatesList to be an explicit nil
func (o *IssuedDocumentPreCreateInfo) UnsetDnTemplatesList()
UnsetDnTemplatesList ensures that no value is present for DnTemplatesList, not even an explicit nil
func (o *IssuedDocumentPreCreateInfo) GetAiTemplatesList() []DocumentTemplate
GetAiTemplatesList returns the AiTemplatesList field if non-nil, zero value otherwise.
func (o *IssuedDocumentPreCreateInfo) GetAiTemplatesListOk() (*[]DocumentTemplate, bool)
GetAiTemplatesListOk returns a tuple with the AiTemplatesList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IssuedDocumentPreCreateInfo) SetAiTemplatesList(v []DocumentTemplate)
SetAiTemplatesList sets AiTemplatesList field to given value.
func (o *IssuedDocumentPreCreateInfo) HasAiTemplatesList() bool
HasAiTemplatesList returns a boolean if a field has been set.
func (o *IssuedDocumentPreCreateInfo) SetAiTemplatesListNil(b bool)
SetAiTemplatesListNil sets the value for AiTemplatesList to be an explicit nil
func (o *IssuedDocumentPreCreateInfo) UnsetAiTemplatesList()
UnsetAiTemplatesList ensures that no value is present for AiTemplatesList, not even an explicit nil
func (o *IssuedDocumentPreCreateInfo) GetPaymentMethodsList() []PaymentMethod
GetPaymentMethodsList returns the PaymentMethodsList field if non-nil, zero value otherwise.
func (o *IssuedDocumentPreCreateInfo) GetPaymentMethodsListOk() (*[]PaymentMethod, bool)
GetPaymentMethodsListOk returns a tuple with the PaymentMethodsList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IssuedDocumentPreCreateInfo) SetPaymentMethodsList(v []PaymentMethod)
SetPaymentMethodsList sets PaymentMethodsList field to given value.
func (o *IssuedDocumentPreCreateInfo) HasPaymentMethodsList() bool
HasPaymentMethodsList returns a boolean if a field has been set.
func (o *IssuedDocumentPreCreateInfo) SetPaymentMethodsListNil(b bool)
SetPaymentMethodsListNil sets the value for PaymentMethodsList to be an explicit nil
func (o *IssuedDocumentPreCreateInfo) UnsetPaymentMethodsList()
UnsetPaymentMethodsList ensures that no value is present for PaymentMethodsList, not even an explicit nil
func (o *IssuedDocumentPreCreateInfo) GetPaymentAccountsList() []PaymentAccount
GetPaymentAccountsList returns the PaymentAccountsList field if non-nil, zero value otherwise.
func (o *IssuedDocumentPreCreateInfo) GetPaymentAccountsListOk() (*[]PaymentAccount, bool)
GetPaymentAccountsListOk returns a tuple with the PaymentAccountsList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IssuedDocumentPreCreateInfo) SetPaymentAccountsList(v []PaymentAccount)
SetPaymentAccountsList sets PaymentAccountsList field to given value.
func (o *IssuedDocumentPreCreateInfo) HasPaymentAccountsList() bool
HasPaymentAccountsList returns a boolean if a field has been set.
func (o *IssuedDocumentPreCreateInfo) SetPaymentAccountsListNil(b bool)
SetPaymentAccountsListNil sets the value for PaymentAccountsList to be an explicit nil
func (o *IssuedDocumentPreCreateInfo) UnsetPaymentAccountsList()
UnsetPaymentAccountsList ensures that no value is present for PaymentAccountsList, not even an explicit nil
func (o *IssuedDocumentPreCreateInfo) GetVatTypesList() []VatType
GetVatTypesList returns the VatTypesList field if non-nil, zero value otherwise.
func (o *IssuedDocumentPreCreateInfo) GetVatTypesListOk() (*[]VatType, bool)
GetVatTypesListOk returns a tuple with the VatTypesList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IssuedDocumentPreCreateInfo) SetVatTypesList(v []VatType)
SetVatTypesList sets VatTypesList field to given value.
func (o *IssuedDocumentPreCreateInfo) HasVatTypesList() bool
HasVatTypesList returns a boolean if a field has been set.
func (o *IssuedDocumentPreCreateInfo) SetVatTypesListNil(b bool)
SetVatTypesListNil sets the value for VatTypesList to be an explicit nil
func (o *IssuedDocumentPreCreateInfo) UnsetVatTypesList()
UnsetVatTypesList ensures that no value is present for VatTypesList, not even an explicit nil
func (o *IssuedDocumentPreCreateInfo) GetLanguagesList() []Language
GetLanguagesList returns the LanguagesList field if non-nil, zero value otherwise.
func (o *IssuedDocumentPreCreateInfo) GetLanguagesListOk() (*[]Language, bool)
GetLanguagesListOk returns a tuple with the LanguagesList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IssuedDocumentPreCreateInfo) SetLanguagesList(v []Language)
SetLanguagesList sets LanguagesList field to given value.
func (o *IssuedDocumentPreCreateInfo) HasLanguagesList() bool
HasLanguagesList returns a boolean if a field has been set.
func (o *IssuedDocumentPreCreateInfo) SetLanguagesListNil(b bool)
SetLanguagesListNil sets the value for LanguagesList to be an explicit nil
func (o *IssuedDocumentPreCreateInfo) UnsetLanguagesList()
UnsetLanguagesList ensures that no value is present for LanguagesList, not even an explicit nil