An Account represents a single Liftoff account that belongs to a Liftoff subscriber.
Properties
| Name | Type | Description |
|---|---|---|
| Id | int | The ID of the account. |
| Name | string | The name of the account. |
| Code | string | The code for the account. |
| CreateDate | datetimeoffset | The date the account was created. |
| PrimaryDomain | string | The primary domain of the account's website. |
| InteropId | string | Optional internal-facing identifier for your account. |
