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