PayPal · Schema

Phone Type

The phone type.

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks
View JSON Schema on GitHub

JSON Schema

paypal-phone-type-2-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/phone_type-2",
  "title": "Phone Type",
  "type": "string",
  "description": "The phone type.",
  "enum": [
    "FAX",
    "HOME",
    "MOBILE",
    "OTHER",
    "PAGER",
    "WORK"
  ]
}