Click or drag to resize

IItemComponentEntityExcludeFixedQuantityForPrice Property

Gets or sets whether component price is excluded for nomenclature price can be excluded only if fixed quantity

(Exclu du calcul du prix de la nomenclature)

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Entities.Item
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
Nullable<bool> ExcludeFixedQuantityForPrice { get; set; }

Property Value

Type: NullableBoolean
Remarks
This entity member is bound to the ExcludeFixedQuantityForPrice (Exclu du calcul du prix de la nomenclature) column of the ItemComponent (Composants d'article) table.
See Also