 | CommissionScaleSelectionType Enumeration |
CommissionScale Selection
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 CommissionScaleSelectionType
Public Enumeration CommissionScaleSelectionType
Members
| Member name | Value | Description |
---|
| AllColleague | 6 | All colleague |
| AllCustomers | 3 | All customers |
| AllItems | 0 | All items |
| Colleague | 8 | Colleague scale selection |
| ColleagueFamily | 7 | Colleague family |
| Customer | 5 | Customer scale selection |
| CustomerFamily | 4 | Customer family |
| Item | 2 | Item scale selection |
| ItemFamily | 1 | Item family |
See Also