Click or drag to resize

IDealSaleDocumentLineEntitySumRealQuantityServiceComponents Property

Gets or Sets the sum of real quantity of service components of the line

(Somme des quantités totale des composants de type service)

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> SumRealQuantityServiceComponents { get; set; }

Property Value

Type: NullableDecimal
Remarks
This entity member is bound to the SumRealQuantityServiceComponents (Somme des quantités totale des composants de type service) column of the DealSaleDocumentLine (Ligne de document de vente liée aux affaires/projets) table.
See Also