| Name | Type | Description | Notes |
|---|---|---|---|
| name | string | Name of the account. Must be unique within the parent account. | [optional] |
| status | string | Status of your account. Possible values are: - enabled: Account is ready to be used - suspended: Account has been temporarily suspended - disabled: Account has been permanently disabled and cannot be revived. All resources allocated to the subaccount like phonenumbers are also deleted. | [optional] |
| uid | string | Alphanumeric user identification. Used as username for Basic Authentication | [optional] |
| token | string | Token password for this account. Used as password in Basic Authentication | [optional] |
| is_parent | bool | There is generally only one parent account in list. Rest are child subaccounts. Possible values: - `true`: If the account is a parent account - `false`: If the account is a subaccount of the parent account | [optional] |
| created_time | \DateTime | Date when this account was created | [optional] |
| updated_time | \DateTime | Date when this account was last updated | [optional] |
| account_type | string | Signifies whether the account is prepaid, postpaid or trial | [optional] |
| credit_balance | BigDecimal | Account's credit balance in US dollars. - For postpaid accounts this value will be `null`. - For subaccounts this value will reflect balance of parent account | [optional] |
| auto_recharge | bool | Whether auto-recharge has been enabled. | [optional] |