Report Line HMRC Payment
This pay run generated object details the amount paid to the HMRC against the employers tax liabilities.
Represents an amount paid to HMRC against an outstanding balance.
ReportLineHmrcPayment [Schema]
Name | Type | Required | Description |
---|
Interits from: ReportLine[Schema]
Name | Type | Required | Description |
---|---|---|---|
Value | Money | yes | The monetary value of the reporting line. Maybe positive or negative. |
Description | xsd:string ( max: 100) | yes | The description of the report line. |
Generated | xsd:dateTime | yes | The date and time the report line was generated. |
TaxYear | xsd:integer | yes | The relevant tax year for the report line. |
TaxMonth | xsd:integer | yes | The relevant tax month for the report line. Tax months follow the monthly tax periods. Period 1 = April 6th to May 5th. |
Example
<?xml version="1.0"?>
<ReportLineHmrcPayment xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Value>123.99</Value>
<Description>string</Description>
<Generated>2021-01-21T00:00:00+00:00</Generated>
<TaxYear>123</TaxYear>
<TaxMonth>123</TaxMonth>
</ReportLineHmrcPayment>
{
"ReportLineHmrcPayment": {
"Value": "123.99",
"Description": "string",
"Generated": "2021-01-21T00:00:00+00:00",
"TaxYear": "123",
"TaxMonth": "123"
}
}