 | DocumentLineType Enumeration |
Class representing document types
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 DocumentLineType
Public Enumeration DocumentLineType
Members
| Member name | Value | Description |
---|
| CommercialNomenclature | 10 | CommercialNomenclature line |
| DefaultItemType | 7 | Default item type |
| Discount | 12 | Discount line |
| Empty | 0 | 'Empty' document line type. |
| FabricationNomenclature | 11 | FabricationNomenclature line |
| FixedTransferInfo | 13 | Transfer information line which can not be update or deleted |
| Good | 2 | 'Good' document line type. |
| GroupTitle | 8 | Title of grouped lines |
| NextPage | 6 | 'NextPage' document line type. |
| Phase | 14 | Phase line |
| PhaseSubTotal | 15 | Phase sub total line (for report only) |
| Service | 3 | 'Service' document line type. |
| SubTotal | 5 | 'SubTotal' document line type. |
| Text | 4 | 'Text' document line type. |
| TransferInfo | 9 | Transfer information line |
See Also