SaveMtdSavingsAccountInterestRequest
Saves one savings account's interest for a tax year — a full replacement of the pair at HMRC.
Omitting one of the two clears it, so send both whenever both should stand.
HMRC offer no delete for account interest: clearing it means saving zeros.
Properties
| Name | Type | Description |
|---|---|---|
| taxedUkInterest | number | Interest paid with tax already taken off. |
Interest paid with tax already taken off. | ||
| untaxedUkInterest | number | Interest paid gross. |
Interest paid gross. | ||
JSON Example
{
"taxedUkInterest": 0,
"untaxedUkInterest": 0
}