 | IInventoryStockDocumentLineEntityPreviousTotalValue Property |
Gets or sets the Previous total value for the item insered in this inventory
have a value if exist an previous inventory and is locked or set with 0 an is seizable
(Valeur de l'inventaire précédent)
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> PreviousTotalValue { get; set; }
Property PreviousTotalValue As Nullable(Of Decimal)
Get
Set
Property Value
Type:
NullableDecimal
RemarksThis entity member is bound to the PreviousTotalValue (Valeur de l'inventaire précédent) column of the StockDocumentLine (Ligne de document de stock) table.
See Also