2.1.1 Contract object
Represents an organization's contract.
Example
{
"id": "business-trial",
"type": "BUSINESS"
}
Fields
| Field | Type | Description |
|---|---|---|
idoptional |
String | The unique ID for this contract. |
typerequired |
String | The contract type. Valid values are BUSINESS and EDUCATION. |
createdoptional |
Timestamp | The start date and time of the contract. |
expiresoptional |
Timestamp | The date and time the contract will expire. |
Last updated on