| Name | Type | Description | Notes |
|---|---|---|---|
| Numerations | Pointer to map[string]map[string]int32 | [optional] | |
| NumerationsList | Pointer to []string | Receipt used numerations list | [optional] |
| RcCentersList | Pointer to []string | Receipt used revenue centers list | [optional] |
| PaymentAccountsList | Pointer to []PaymentAccount | Payment accounts list | [optional] |
| CategoriesList | Pointer to []string | Receipt categories list | [optional] |
| VatTypesList | Pointer to []VatType | Vat types list | [optional] |
func NewReceiptPreCreateInfo() *ReceiptPreCreateInfo
NewReceiptPreCreateInfo instantiates a new ReceiptPreCreateInfo 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 NewReceiptPreCreateInfoWithDefaults() *ReceiptPreCreateInfo
NewReceiptPreCreateInfoWithDefaults instantiates a new ReceiptPreCreateInfo 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 *ReceiptPreCreateInfo) GetNumerations() map[string]map[string]int32
GetNumerations returns the Numerations field if non-nil, zero value otherwise.
func (o *ReceiptPreCreateInfo) 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 *ReceiptPreCreateInfo) SetNumerations(v map[string]map[string]int32)
SetNumerations sets Numerations field to given value.
func (o *ReceiptPreCreateInfo) HasNumerations() bool
HasNumerations returns a boolean if a field has been set.
func (o *ReceiptPreCreateInfo) GetNumerationsList() []string
GetNumerationsList returns the NumerationsList field if non-nil, zero value otherwise.
func (o *ReceiptPreCreateInfo) GetNumerationsListOk() (*[]string, bool)
GetNumerationsListOk returns a tuple with the NumerationsList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReceiptPreCreateInfo) SetNumerationsList(v []string)
SetNumerationsList sets NumerationsList field to given value.
func (o *ReceiptPreCreateInfo) HasNumerationsList() bool
HasNumerationsList returns a boolean if a field has been set.
func (o *ReceiptPreCreateInfo) SetNumerationsListNil(b bool)
SetNumerationsListNil sets the value for NumerationsList to be an explicit nil
func (o *ReceiptPreCreateInfo) UnsetNumerationsList()
UnsetNumerationsList ensures that no value is present for NumerationsList, not even an explicit nil
func (o *ReceiptPreCreateInfo) GetRcCentersList() []string
GetRcCentersList returns the RcCentersList field if non-nil, zero value otherwise.
func (o *ReceiptPreCreateInfo) GetRcCentersListOk() (*[]string, bool)
GetRcCentersListOk returns a tuple with the RcCentersList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReceiptPreCreateInfo) SetRcCentersList(v []string)
SetRcCentersList sets RcCentersList field to given value.
func (o *ReceiptPreCreateInfo) HasRcCentersList() bool
HasRcCentersList returns a boolean if a field has been set.
func (o *ReceiptPreCreateInfo) SetRcCentersListNil(b bool)
SetRcCentersListNil sets the value for RcCentersList to be an explicit nil
func (o *ReceiptPreCreateInfo) UnsetRcCentersList()
UnsetRcCentersList ensures that no value is present for RcCentersList, not even an explicit nil
func (o *ReceiptPreCreateInfo) GetPaymentAccountsList() []PaymentAccount
GetPaymentAccountsList returns the PaymentAccountsList field if non-nil, zero value otherwise.
func (o *ReceiptPreCreateInfo) 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 *ReceiptPreCreateInfo) SetPaymentAccountsList(v []PaymentAccount)
SetPaymentAccountsList sets PaymentAccountsList field to given value.
func (o *ReceiptPreCreateInfo) HasPaymentAccountsList() bool
HasPaymentAccountsList returns a boolean if a field has been set.
func (o *ReceiptPreCreateInfo) SetPaymentAccountsListNil(b bool)
SetPaymentAccountsListNil sets the value for PaymentAccountsList to be an explicit nil
func (o *ReceiptPreCreateInfo) UnsetPaymentAccountsList()
UnsetPaymentAccountsList ensures that no value is present for PaymentAccountsList, not even an explicit nil
func (o *ReceiptPreCreateInfo) GetCategoriesList() []string
GetCategoriesList returns the CategoriesList field if non-nil, zero value otherwise.
func (o *ReceiptPreCreateInfo) 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 *ReceiptPreCreateInfo) SetCategoriesList(v []string)
SetCategoriesList sets CategoriesList field to given value.
func (o *ReceiptPreCreateInfo) HasCategoriesList() bool
HasCategoriesList returns a boolean if a field has been set.
func (o *ReceiptPreCreateInfo) SetCategoriesListNil(b bool)
SetCategoriesListNil sets the value for CategoriesList to be an explicit nil
func (o *ReceiptPreCreateInfo) UnsetCategoriesList()
UnsetCategoriesList ensures that no value is present for CategoriesList, not even an explicit nil
func (o *ReceiptPreCreateInfo) GetVatTypesList() []VatType
GetVatTypesList returns the VatTypesList field if non-nil, zero value otherwise.
func (o *ReceiptPreCreateInfo) 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 *ReceiptPreCreateInfo) SetVatTypesList(v []VatType)
SetVatTypesList sets VatTypesList field to given value.
func (o *ReceiptPreCreateInfo) HasVatTypesList() bool
HasVatTypesList returns a boolean if a field has been set.
func (o *ReceiptPreCreateInfo) SetVatTypesListNil(b bool)
SetVatTypesListNil sets the value for VatTypesList to be an explicit nil
func (o *ReceiptPreCreateInfo) UnsetVatTypesList()
UnsetVatTypesList ensures that no value is present for VatTypesList, not even an explicit nil