 | IDealStockDocumentEntityIncludeAmountInCost Property |
Gets or sets the include amount in cost.
(Inclure le montant pour le calcul du réalisé)
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<bool> IncludeAmountInCost { get; set; }
Property IncludeAmountInCost As Nullable(Of Boolean)
Get
Set
Property Value
Type:
NullableBoolean
RemarksThis entity member is bound to the IncludeAmountInCost (Inclure le montant pour le calcul du réalisé) column of the DealStockDocument (Document de stock lié aux affaires/projets) table.
See Also