Verifone · Schema

PostCode

Identifier consisting of a group of letters and/or numbers that is added to a postal address to assist the sorting of mail.

PaymentsPOSTerminal ManagementeCommerceFinTechPayment ProcessingOmnichannel
View JSON Schema on GitHub

JSON Schema

order-service-api-postcode.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/verifone/refs/heads/main/json-schema/order-service-api-postcode.json",
  "title": "PostCode",
  "description": "Identifier consisting of a group of letters and/or numbers that is added to a postal address to assist the sorting of mail.",
  "type": "string",
  "minLength": 1,
  "maxLength": 16
}