ReceiveNoteStockInAmountUpdateArgStockInAmountItemStockInAmount Property |  |
Fyzické množstvo naskladnenia položky v základnej mernej jednotke (pri načítaní položky je tento údaj dostupný v
AmountStockIn.
Namespace: Exa.OBERON.ServicesGen2.Stock.ReceiveNotesAssembly: Exa.OBERON.ServicesGen2 (in Exa.OBERON.ServicesGen2.dll) Version: 5.0.0.0 (5.0.0.0)
Syntaxpublic decimal StockInAmount { get; set; }
Public Property StockInAmount As Decimal
Get
Set
Dim instance As ReceiveNoteStockInAmountUpdateArgStockInAmountItem
Dim value As Decimal
value = instance.StockInAmount
instance.StockInAmount = value
Property Value
Decimal
See Also