 | SettlementValidationState Enumeration |
Class representing settlements validation states
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 SettlementValidationState
Public Enumeration SettlementValidationState
Members
| Member name | Value | Description |
---|
| BillOfExchangeTransferedToAccounting | 6 | Settlement with bill of exchange type is transfered to accounting before to be remitted to bank |
| Cancelled | 4 | Cancelled state |
| RemittedToBank | 5 | Remitted to bank |
| SentToAccounting | 2 | Sent to accounting state |
| Temporary | 0 | None |
| TransferedToAccounting | 3 | Transfered to accounting state |
| Validated | 1 | Validate state |
See Also