Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 2 KB

ManagedAccount.md

File metadata and controls

33 lines (21 loc) · 2 KB

ManagedAccount

Properties

Name Type Description Notes
recordType RecordTypeEnum Identifies the type of the resource.
id UUID Uniquely identifies the managed account.
email String The managed account's email.
apiKey String The managed account's V2 API access key
apiUser String The manager account's email, which serves as the V1 API user identifier
apiToken String The managed account's V1 API token
organizationName String The organization the managed account is associated with. [optional]
managerAccountId String The ID of the manager account associated with the managed account.
balance ManagedAccountBalance [optional]
createdAt String ISO 8601 formatted date indicating when the resource was created.
updatedAt String ISO 8601 formatted date indicating when the resource was updated.
managedAccountAllowCustomPricing Boolean Boolean value that indicates if the managed account is able to have custom pricing set for it or not. If false, uses the pricing of the manager account. Defaults to false. There may be time lag between when the value is changed and pricing changes take effect. [optional]
rollupBilling Boolean Boolean value that indicates if the billing information and charges to the managed account "roll up" to the manager account. If true, the managed account will not have its own balance and will use the shared balance with the manager account. This value cannot be changed after account creation without going through Telnyx support as changes require manual updates to the account ledger. Defaults to false. [optional]

Enum: RecordTypeEnum

Name Value
MANAGED_ACCOUNT "managed_account"