 | PriceListInclusionType Enumeration |
Price list inclusion type
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 PriceListInclusionType
Public Enumeration PriceListInclusionType
Members
| Member name | Value | Description |
---|
| AllItems | 0 | All items |
| AllThirds | 8 | All customers |
| Item | 4 | Item inclusion type |
| ItemFamily | 1 | Item family |
| ItemSubFamily | 2 | Customer family |
| LoyaltyCardType | 131 | Loyalty card type |
| PriceListCategory | 16 | PriceList category |
| RangeItem | 129 | Range item |
| RangeTypeElement | 130 | Range type element |
| Third | 128 | Third inclusion type |
| ThirdFamily | 32 | Third Family |
| ThirdSubFamily | 64 | Third sub family |
RemarksThe value of each enum is used to calculate the price list application priority in documents
See Also