 | IPutAwayStockDocumentLineEntityItemValue Property |
Gets or sets the item value
(Valeur de l'article)
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities.StockDocument
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxNullable<decimal> ItemValue { get; set; }
Property ItemValue As Nullable(Of Decimal)
Get
Set
Property Value
Type:
NullableDecimal
RemarksThis entity member is bound to the ItemValue (Valeur de l'article) column of the StockDocumentLine (Ligne de document de stock) table.
See Also