MtdSavingsAccountCreatedDto
The account HMRC created, with the identifier they issued for it.
Properties
| Name | Type | Description |
|---|---|---|
| savingsAccountId | string | HMRC's identifier for the new account — the key every later call uses. |
HMRC's identifier for the new account — the key every later call uses. | ||
| accountName | string | The account's display name, as HMRC recorded it. |
The account's display name, as HMRC recorded it. | ||
JSON Example
{
"savingsAccountId": "string",
"accountName": "string"
}