 | CommonCancellationStatusTypes Enumeration |
The status of a cancellation - ALL, DENIED, EXPIRED, NOREFUND, PAID, PENDING, PROCESSING, or WAITING.
Namespace:
IAS
Assembly:
Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic enum CancellationStatusTypes
Public Enumeration CancellationStatusTypes
public enum CancellationStatusTypes
IAS.CancellationStatusTypes = function();
IAS.CancellationStatusTypes.createEnum('IAS.CancellationStatusTypes', false);
Members
| Member name | Value | Description |
---|
| ALL | 0 | Used for search only - includes all statuses. |
| DENIED | 1 | The cancellation was denied. |
| EXPIRED | 2 | The cancellation quote is older than 30 days. |
| NOREFUND | 3 | The contract is cancelled but the refund was $0. |
| PAID | 4 | The contract is cancelled and a non-zero refund was paid. |
| PENDING | 5 | The cancellation quote is younger than 30 days. PENDING status also includes WAITING cancellation quotes. |
| PROCESSING | 6 | The contract has been canceled but a check has not yet been issued. |
| WAITING | 7 | The cancellation quote is waiting for required documentation from the end user. |
| COMPLETE | 8 | The contract has been canceled. |
See Also