 | ThirdActiveState Enumeration |
enum representing the third active 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 ThirdActiveState
Public Enumeration ThirdActiveState
Members
| Member name | Value | Description |
---|
| Active | 0 | Active state |
| Blocked | 2 | Blocked state |
| InSleeping | 1 | In sleeping state |
| NonPayment | 4 | Non payment state |
| PartiallyBlocked | 3 | Partially blocked (allow transfer of delivery to invoice and invoice to credit memo) state |
See Also