 | IPutAwayStockDocumentLineEntityItemCostPrice Property |
Gets the item cost price
(Prix de revient)
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> ItemCostPrice { get; }
ReadOnly Property ItemCostPrice As Nullable(Of Decimal)
Get
Property Value
Type:
NullableDecimal
RemarksThis entity member is bound to the CostPrice (Prix de revient) column of the Item (Article) table.
See Also