Record
managed-account
No description available.
record managed-account {
api-key: string,
api-token: string,
api-user: string,
balance: option<managed-account-balance>,
created-at: string,
email: string,
id: string,
manager-account-id: string,
organization-name: option<string>,
record-type: managed-account-record-type-enum,
updated-at: string,
}Fields
| Name | Type | Description |
|---|---|---|
| api-key | string | |
| api-token | string | |
| api-user | string | |
| balance | option<managed-account-balance> | |
| created-at | string | |
| string | ||
| id | string | |
| manager-account-id | string | |
| organization-name | option<string> | |
| record-type | managed-account-record-type-enum | |
| updated-at | string |