 | TradeDocumentLinkedLineType Enumeration |
Enum representing the type of link on trade document line
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 TradeDocumentLinkedLineType
Public Enumeration TradeDocumentLinkedLineType
Members
| Member name | Value | Description |
---|
| FreeItem | 1 | Free item (from third price list) |
| LinkedItem | 0 | Linked item (from item) |
| PriceListInvolvedLine | 3 | Involved line for a multi-lines price list. This value is not
stored in LinkType line member (only in LinkedLinesIds) |
| ProportionalLinkedItem | 2 | Linked item (from item), with proportional quantity |
See Also