 | IPriceListEntityBaseMultiLineFreeItemChoice Property |
Gets or sets the method used to choose the free item to add for a multi-line price list
applying on several lines whith different items.
List of authorized values in FreeLineItemIdChoice
(Article gratuit à ajouter à un groupe de lignes)
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities.PriceList
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxNullable<byte> MultiLineFreeItemChoice { get; set; }
Property MultiLineFreeItemChoice As Nullable(Of Byte)
Get
Set
Property Value
Type:
NullableByte
RemarksThis entity member is bound to the MultiLineFreeItemChoice (Article gratuit à ajouter à un groupe de lignes) column of the PriceList (Tarif) table.
See Also