| Name | Type | Description | Notes |
|---|---|---|---|
| address | string | Blinded address of the account | [optional] |
| balance | int | Account balance to be activated | [optional] |
| activated | bool | Flag showing whether the account has been activated or not. | [optional] |
| activation_level | int | Level of the block at which the account has been activated. `null` if the account is not activated yet. | [optional] |
| activation_time | \DateTime | Datetime of the block at which the account has been activated (ISO 8601, e.g. `2020-02-20T02:40:57Z`). `null` if the account is not activated yet. | [optional] |
| activated_account | \Tzkt\Model\CommitmentActivatedAccount | [optional] |