 | 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
Syntaxpublic enum FreeLineItemIdChoice
Public Enumeration FreeLineItemIdChoice
Members
| Member name | Value | Description |
---|
| LastDocumentIndex | 0 | Free item is the last line of the lines group, according to document lines index. |
| LessExpensive | 1 | Free item is the less expensive of the lines group. |
| MoreExpensive | 2 | Free item is the more expensive of the lines group. |
See Also