PaymentsResponse

GovernmentMaking Tax DigitalRegulatoryTaxUK

Properties

Name Type Description
payments array
View JSON Schema on GitHub

JSON Schema

hmrc-paymentsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PaymentsResponse",
  "title": "PaymentsResponse",
  "type": "object",
  "properties": {
    "payments": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/VatPayment"
      }
    }
  }
}