Represents the different types of contracts that can be created.
| Name | Value | Summary |
|---|---|---|
| None | 0 | Used for when a type for a contract could not be determined. This option should not be used in normal operations. |
| Warranty | 1 | Represents a warranty agreement. |
| ServiceContract | 2 | Represents a service agreement. |
| SupportContract | 3 | Represents a support agreement. |
| UpgradeProtection | 4 | Represents "protection" regarding potential upgrades, typically with respect to software. |