GOV.UK Pay · Schema

DisputeLinksForSearch

links for search dispute resource

PaymentsGovernmentUKPublic SectorRESTPCI DSSRefundsRecurring PaymentsWebhooks

Properties

Name Type Description
payment object
View JSON Schema on GitHub

JSON Schema

DisputeLinksForSearch.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://github.com/api-evangelist/gov-uk-pay/blob/main/json-schema/DisputeLinksForSearch.json",
  "title": "DisputeLinksForSearch",
  "type": "object",
  "description": "links for search dispute resource",
  "properties": {
    "payment": {
      "$ref": "#/components/schemas/Link"
    }
  }
}