Verifone · Schema

Contact Type

An indicator for the type of contact. |Value|Description| |----|-----------| |BUSINESS|Generic business contact information, e.g. [email protected]| |DISPUTE_HANDLING|Generic contact information specific to dispute handling, e.g. [email protected]| |OWNER|Individual contact information of the owner of the Entity, e.g. [email protected]| |PERSONAL|Personal contact information of the person representing the Entity, e.g. [email protected]|

PaymentsPOSTerminal ManagementeCommerceFinTechPayment ProcessingOmnichannel
View JSON Schema on GitHub

JSON Schema

order-service-api-contacttypeenum.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-contacttypeenum.json",
  "title": "Contact Type",
  "description": "An indicator for the type of contact.\n\n|Value|Description|\n|----|-----------|\n|BUSINESS|Generic business contact information, e.g. [email protected]|\n|DISPUTE_HANDLING|Generic contact information specific to dispute handling, e.g. [email protected]|\n|OWNER|Individual contact information of the owner of the Entity, e.g. [email protected]|\n|PERSONAL|Personal contact information of the person representing the Entity, e.g. [email protected]|",
  "type": "string",
  "enum": [
    "BUSINESS",
    "DISPUTE_HANDLING",
    "OWNER",
    "PERSONAL"
  ],
  "default": "BUSINESS"
}