Invoice |
public enum InvoiceState
Public Enumeration InvoiceState
public enum class InvoiceState
Crm.MSCrmService.InvoiceState = function(); Crm.MSCrmService.InvoiceState.createEnum('Crm.MSCrmService.InvoiceState', false);
No code example is currently available or this language may not be supported.
| Member name | Value | Description |
|---|---|---|
| Active | 0 | |
| Closed | 1 | |
| Paid | 2 | |
| Canceled | 3 |