Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to NullableInt32 | Received document item id | [optional] |
ProductId | Pointer to NullableInt32 | Received document product id | [optional] |
Code | Pointer to NullableString | Received document item product code | [optional] |
Name | Pointer to NullableString | Received document item product name | [optional] |
Measure | Pointer to NullableString | Received document item measure | [optional] |
NetPrice | Pointer to NullableFloat32 | Received document item product net price | [optional] |
Category | Pointer to NullableString | Received document item product category | [optional] |
Qty | Pointer to NullableFloat32 | Received document item quantity | [optional] |
Vat | Pointer to NullableVatType | [optional] | |
Stock | Pointer to NullableFloat32 | Received document item product number of items in stock | [optional] |
func NewReceivedDocumentItemsListItem() *ReceivedDocumentItemsListItem
NewReceivedDocumentItemsListItem instantiates a new ReceivedDocumentItemsListItem 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 NewReceivedDocumentItemsListItemWithDefaults() *ReceivedDocumentItemsListItem
NewReceivedDocumentItemsListItemWithDefaults instantiates a new ReceivedDocumentItemsListItem 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 *ReceivedDocumentItemsListItem) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ReceivedDocumentItemsListItem) 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 *ReceivedDocumentItemsListItem) SetId(v int32)
SetId sets Id field to given value.
func (o *ReceivedDocumentItemsListItem) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ReceivedDocumentItemsListItem) SetIdNil(b bool)
SetIdNil sets the value for Id to be an explicit nil
func (o *ReceivedDocumentItemsListItem) UnsetId()
UnsetId ensures that no value is present for Id, not even an explicit nil
func (o *ReceivedDocumentItemsListItem) GetProductId() int32
GetProductId returns the ProductId field if non-nil, zero value otherwise.
func (o *ReceivedDocumentItemsListItem) GetProductIdOk() (*int32, bool)
GetProductIdOk returns a tuple with the ProductId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReceivedDocumentItemsListItem) SetProductId(v int32)
SetProductId sets ProductId field to given value.
func (o *ReceivedDocumentItemsListItem) HasProductId() bool
HasProductId returns a boolean if a field has been set.
func (o *ReceivedDocumentItemsListItem) SetProductIdNil(b bool)
SetProductIdNil sets the value for ProductId to be an explicit nil
func (o *ReceivedDocumentItemsListItem) UnsetProductId()
UnsetProductId ensures that no value is present for ProductId, not even an explicit nil
func (o *ReceivedDocumentItemsListItem) GetCode() string
GetCode returns the Code field if non-nil, zero value otherwise.
func (o *ReceivedDocumentItemsListItem) 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 *ReceivedDocumentItemsListItem) SetCode(v string)
SetCode sets Code field to given value.
func (o *ReceivedDocumentItemsListItem) HasCode() bool
HasCode returns a boolean if a field has been set.
func (o *ReceivedDocumentItemsListItem) SetCodeNil(b bool)
SetCodeNil sets the value for Code to be an explicit nil
func (o *ReceivedDocumentItemsListItem) UnsetCode()
UnsetCode ensures that no value is present for Code, not even an explicit nil
func (o *ReceivedDocumentItemsListItem) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ReceivedDocumentItemsListItem) 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 *ReceivedDocumentItemsListItem) SetName(v string)
SetName sets Name field to given value.
func (o *ReceivedDocumentItemsListItem) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ReceivedDocumentItemsListItem) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *ReceivedDocumentItemsListItem) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *ReceivedDocumentItemsListItem) GetMeasure() string
GetMeasure returns the Measure field if non-nil, zero value otherwise.
func (o *ReceivedDocumentItemsListItem) GetMeasureOk() (*string, bool)
GetMeasureOk returns a tuple with the Measure field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReceivedDocumentItemsListItem) SetMeasure(v string)
SetMeasure sets Measure field to given value.
func (o *ReceivedDocumentItemsListItem) HasMeasure() bool
HasMeasure returns a boolean if a field has been set.
func (o *ReceivedDocumentItemsListItem) SetMeasureNil(b bool)
SetMeasureNil sets the value for Measure to be an explicit nil
func (o *ReceivedDocumentItemsListItem) UnsetMeasure()
UnsetMeasure ensures that no value is present for Measure, not even an explicit nil
func (o *ReceivedDocumentItemsListItem) GetNetPrice() float32
GetNetPrice returns the NetPrice field if non-nil, zero value otherwise.
func (o *ReceivedDocumentItemsListItem) GetNetPriceOk() (*float32, bool)
GetNetPriceOk returns a tuple with the NetPrice field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReceivedDocumentItemsListItem) SetNetPrice(v float32)
SetNetPrice sets NetPrice field to given value.
func (o *ReceivedDocumentItemsListItem) HasNetPrice() bool
HasNetPrice returns a boolean if a field has been set.
func (o *ReceivedDocumentItemsListItem) SetNetPriceNil(b bool)
SetNetPriceNil sets the value for NetPrice to be an explicit nil
func (o *ReceivedDocumentItemsListItem) UnsetNetPrice()
UnsetNetPrice ensures that no value is present for NetPrice, not even an explicit nil
func (o *ReceivedDocumentItemsListItem) GetCategory() string
GetCategory returns the Category field if non-nil, zero value otherwise.
func (o *ReceivedDocumentItemsListItem) GetCategoryOk() (*string, bool)
GetCategoryOk returns a tuple with the Category field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReceivedDocumentItemsListItem) SetCategory(v string)
SetCategory sets Category field to given value.
func (o *ReceivedDocumentItemsListItem) HasCategory() bool
HasCategory returns a boolean if a field has been set.
func (o *ReceivedDocumentItemsListItem) SetCategoryNil(b bool)
SetCategoryNil sets the value for Category to be an explicit nil
func (o *ReceivedDocumentItemsListItem) UnsetCategory()
UnsetCategory ensures that no value is present for Category, not even an explicit nil
func (o *ReceivedDocumentItemsListItem) GetQty() float32
GetQty returns the Qty field if non-nil, zero value otherwise.
func (o *ReceivedDocumentItemsListItem) GetQtyOk() (*float32, bool)
GetQtyOk returns a tuple with the Qty field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReceivedDocumentItemsListItem) SetQty(v float32)
SetQty sets Qty field to given value.
func (o *ReceivedDocumentItemsListItem) HasQty() bool
HasQty returns a boolean if a field has been set.
func (o *ReceivedDocumentItemsListItem) SetQtyNil(b bool)
SetQtyNil sets the value for Qty to be an explicit nil
func (o *ReceivedDocumentItemsListItem) UnsetQty()
UnsetQty ensures that no value is present for Qty, not even an explicit nil
func (o *ReceivedDocumentItemsListItem) GetVat() VatType
GetVat returns the Vat field if non-nil, zero value otherwise.
func (o *ReceivedDocumentItemsListItem) GetVatOk() (*VatType, bool)
GetVatOk returns a tuple with the Vat field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReceivedDocumentItemsListItem) SetVat(v VatType)
SetVat sets Vat field to given value.
func (o *ReceivedDocumentItemsListItem) HasVat() bool
HasVat returns a boolean if a field has been set.
func (o *ReceivedDocumentItemsListItem) SetVatNil(b bool)
SetVatNil sets the value for Vat to be an explicit nil
func (o *ReceivedDocumentItemsListItem) UnsetVat()
UnsetVat ensures that no value is present for Vat, not even an explicit nil
func (o *ReceivedDocumentItemsListItem) GetStock() float32
GetStock returns the Stock field if non-nil, zero value otherwise.
func (o *ReceivedDocumentItemsListItem) GetStockOk() (*float32, bool)
GetStockOk returns a tuple with the Stock field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReceivedDocumentItemsListItem) SetStock(v float32)
SetStock sets Stock field to given value.
func (o *ReceivedDocumentItemsListItem) HasStock() bool
HasStock returns a boolean if a field has been set.
func (o *ReceivedDocumentItemsListItem) SetStockNil(b bool)
SetStockNil sets the value for Stock to be an explicit nil
func (o *ReceivedDocumentItemsListItem) UnsetStock()
UnsetStock ensures that no value is present for Stock, not even an explicit nil