Click or drag to resize

FreeLineItemIdChoice Enumeration

Type of method used to set free item id for multi-lines price lists.

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Types
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
public enum FreeLineItemIdChoice
Members
  Member nameValueDescription
LastDocumentIndex0Free item is the last line of the lines group, according to document lines index.
LessExpensive1Free item is the less expensive of the lines group.
MoreExpensive2Free item is the more expensive of the lines group.
See Also