Name | Type | Description | Notes |
---|---|---|---|
DefaultValues | Pointer to NullableReceivedDocumentInfoDefaultValues | [optional] | |
ItemsDefaultValues | Pointer to NullableReceivedDocumentInfoItemsDefaultValues | [optional] | |
CountriesList | Pointer to []string | Countries list | [optional] |
CurrenciesList | Pointer to []Currency | Currencies list | [optional] |
CategoriesList | Pointer to []string | Categories list | [optional] |
PaymentAccountsList | Pointer to []PaymentAccount | Payments accounts list | [optional] |
VatTypesList | Pointer to []VatType | Vat types list | [optional] |
func NewReceivedDocumentInfo() *ReceivedDocumentInfo
NewReceivedDocumentInfo instantiates a new ReceivedDocumentInfo 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 NewReceivedDocumentInfoWithDefaults() *ReceivedDocumentInfo
NewReceivedDocumentInfoWithDefaults instantiates a new ReceivedDocumentInfo 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 *ReceivedDocumentInfo) GetDefaultValues() ReceivedDocumentInfoDefaultValues
GetDefaultValues returns the DefaultValues field if non-nil, zero value otherwise.
func (o *ReceivedDocumentInfo) GetDefaultValuesOk() (*ReceivedDocumentInfoDefaultValues, 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 *ReceivedDocumentInfo) SetDefaultValues(v ReceivedDocumentInfoDefaultValues)
SetDefaultValues sets DefaultValues field to given value.
func (o *ReceivedDocumentInfo) HasDefaultValues() bool
HasDefaultValues returns a boolean if a field has been set.
func (o *ReceivedDocumentInfo) SetDefaultValuesNil(b bool)
SetDefaultValuesNil sets the value for DefaultValues to be an explicit nil
func (o *ReceivedDocumentInfo) UnsetDefaultValues()
UnsetDefaultValues ensures that no value is present for DefaultValues, not even an explicit nil
func (o *ReceivedDocumentInfo) GetItemsDefaultValues() ReceivedDocumentInfoItemsDefaultValues
GetItemsDefaultValues returns the ItemsDefaultValues field if non-nil, zero value otherwise.
func (o *ReceivedDocumentInfo) GetItemsDefaultValuesOk() (*ReceivedDocumentInfoItemsDefaultValues, 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 *ReceivedDocumentInfo) SetItemsDefaultValues(v ReceivedDocumentInfoItemsDefaultValues)
SetItemsDefaultValues sets ItemsDefaultValues field to given value.
func (o *ReceivedDocumentInfo) HasItemsDefaultValues() bool
HasItemsDefaultValues returns a boolean if a field has been set.
func (o *ReceivedDocumentInfo) SetItemsDefaultValuesNil(b bool)
SetItemsDefaultValuesNil sets the value for ItemsDefaultValues to be an explicit nil
func (o *ReceivedDocumentInfo) UnsetItemsDefaultValues()
UnsetItemsDefaultValues ensures that no value is present for ItemsDefaultValues, not even an explicit nil
func (o *ReceivedDocumentInfo) GetCountriesList() []string
GetCountriesList returns the CountriesList field if non-nil, zero value otherwise.
func (o *ReceivedDocumentInfo) 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 *ReceivedDocumentInfo) SetCountriesList(v []string)
SetCountriesList sets CountriesList field to given value.
func (o *ReceivedDocumentInfo) HasCountriesList() bool
HasCountriesList returns a boolean if a field has been set.
func (o *ReceivedDocumentInfo) SetCountriesListNil(b bool)
SetCountriesListNil sets the value for CountriesList to be an explicit nil
func (o *ReceivedDocumentInfo) UnsetCountriesList()
UnsetCountriesList ensures that no value is present for CountriesList, not even an explicit nil
func (o *ReceivedDocumentInfo) GetCurrenciesList() []Currency
GetCurrenciesList returns the CurrenciesList field if non-nil, zero value otherwise.
func (o *ReceivedDocumentInfo) 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 *ReceivedDocumentInfo) SetCurrenciesList(v []Currency)
SetCurrenciesList sets CurrenciesList field to given value.
func (o *ReceivedDocumentInfo) HasCurrenciesList() bool
HasCurrenciesList returns a boolean if a field has been set.
func (o *ReceivedDocumentInfo) SetCurrenciesListNil(b bool)
SetCurrenciesListNil sets the value for CurrenciesList to be an explicit nil
func (o *ReceivedDocumentInfo) UnsetCurrenciesList()
UnsetCurrenciesList ensures that no value is present for CurrenciesList, not even an explicit nil
func (o *ReceivedDocumentInfo) GetCategoriesList() []string
GetCategoriesList returns the CategoriesList field if non-nil, zero value otherwise.
func (o *ReceivedDocumentInfo) GetCategoriesListOk() (*[]string, bool)
GetCategoriesListOk returns a tuple with the CategoriesList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReceivedDocumentInfo) SetCategoriesList(v []string)
SetCategoriesList sets CategoriesList field to given value.
func (o *ReceivedDocumentInfo) HasCategoriesList() bool
HasCategoriesList returns a boolean if a field has been set.
func (o *ReceivedDocumentInfo) SetCategoriesListNil(b bool)
SetCategoriesListNil sets the value for CategoriesList to be an explicit nil
func (o *ReceivedDocumentInfo) UnsetCategoriesList()
UnsetCategoriesList ensures that no value is present for CategoriesList, not even an explicit nil
func (o *ReceivedDocumentInfo) GetPaymentAccountsList() []PaymentAccount
GetPaymentAccountsList returns the PaymentAccountsList field if non-nil, zero value otherwise.
func (o *ReceivedDocumentInfo) 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 *ReceivedDocumentInfo) SetPaymentAccountsList(v []PaymentAccount)
SetPaymentAccountsList sets PaymentAccountsList field to given value.
func (o *ReceivedDocumentInfo) HasPaymentAccountsList() bool
HasPaymentAccountsList returns a boolean if a field has been set.
func (o *ReceivedDocumentInfo) SetPaymentAccountsListNil(b bool)
SetPaymentAccountsListNil sets the value for PaymentAccountsList to be an explicit nil
func (o *ReceivedDocumentInfo) UnsetPaymentAccountsList()
UnsetPaymentAccountsList ensures that no value is present for PaymentAccountsList, not even an explicit nil
func (o *ReceivedDocumentInfo) GetVatTypesList() []VatType
GetVatTypesList returns the VatTypesList field if non-nil, zero value otherwise.
func (o *ReceivedDocumentInfo) 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 *ReceivedDocumentInfo) SetVatTypesList(v []VatType)
SetVatTypesList sets VatTypesList field to given value.
func (o *ReceivedDocumentInfo) HasVatTypesList() bool
HasVatTypesList returns a boolean if a field has been set.
func (o *ReceivedDocumentInfo) SetVatTypesListNil(b bool)
SetVatTypesListNil sets the value for VatTypesList to be an explicit nil
func (o *ReceivedDocumentInfo) UnsetVatTypesList()
UnsetVatTypesList ensures that no value is present for VatTypesList, not even an explicit nil