 | CustomerProductActiveState Enumeration |
Customer product active state
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 CustomerProductActiveState
Public Enumeration CustomerProductActiveState
Members
| Member name | Value | Description |
---|
| Active | 0 | Active state |
| Blocked | 2 | Blocked state |
| InSleeping | 1 | In sleeping state |
See Also