PayPal · Schema

Merchant Contacted Method

The method used to contact the merchant.

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks
View JSON Schema on GitHub

JSON Schema

paypal-merchant-contacted-mode-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/merchant_contacted_mode",
  "title": "Merchant Contacted Method",
  "type": "string",
  "minLength": 1,
  "maxLength": 255,
  "pattern": "^[0-9A-Z_]+$",
  "description": "The method used to contact the merchant.",
  "enum": [
    "WEBSITE",
    "PHONE",
    "EMAIL",
    "WRITTEN",
    "IN_PERSON"
  ]
}