 | 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
SyntaxNullable<decimal> SumRealQuantityServiceComponents { get; set; }
Property SumRealQuantityServiceComponents As Nullable(Of Decimal)
Get
Set
Property Value
Type:
NullableDecimal
RemarksThis 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