SaveMtdPensionsReliefsRequest
Saves the year's pension contribution reliefs at HMRC — a full replacement of all five figures,
so send every one that should stand.
Properties
| Name | Type | Description |
|---|---|---|
| regularPensionContributions | number | Regular pension contributions paid. |
Regular pension contributions paid. | ||
| oneOffPensionContributionsPaid | number | One-off pension contributions paid. |
One-off pension contributions paid. | ||
| retirementAnnuityPayments | number | Retirement annuity payments. |
Retirement annuity payments. | ||
| paymentToEmployersSchemeNoTaxRelief | number | Payments to an employer's scheme not deducted before tax. |
Payments to an employer's scheme not deducted before tax. | ||
| overseasPensionSchemeContributions | number | Contributions to overseas pension schemes. |
Contributions to overseas pension schemes. | ||
JSON Example
{
"regularPensionContributions": 0,
"oneOffPensionContributionsPaid": 0,
"retirementAnnuityPayments": 0,
"paymentToEmployersSchemeNoTaxRelief": 0,
"overseasPensionSchemeContributions": 0
}