Click or drag to resize

IDealPurchaseDocumentLineCostDispatchEntityExpectedQuantity Property

Gets the expected qantity.

(Quantité totale)

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Entities.Deal
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
Nullable<decimal> ExpectedQuantity { get; }

Property Value

Type: NullableDecimal
The expected qantity.
Remarks
This entity member is bound to the RealQuantity (Quantité totale) column of the SaleDocumentLine (Ligne de document de vente) table.
See Also