Used to indicate the current financial status of the given Work Order.
Namespace: CorrigoService.EnumsAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax[SerializableAttribute]
public enum BillStatus
<SerializableAttribute>
Public Enumeration BillStatus
No code example is currently available or this language may not be supported.
Members| Member name | Value | Description |
|---|
| NotBilled | 0 | |
| ReadyToBeBilled | 1 | |
| Billed | 2 | |
| ReadyToBeBilled_Billed | 3 | |
| BilledAndModified | 4 | |
| ReadyToBeBilled_BilledAndModified | 5 | |
| Billed_BilledAndModified | 6 | |
| ReadyToBeBilled_Billed_BilledAndModified | 7 | |
See Also