PayPal · Schema

Person address type

The address type under which the provided address is tagged.

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks
View JSON Schema on GitHub

JSON Schema

paypal-person-address-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/person_address_type",
  "title": "Person address type",
  "description": "The address type under which the provided address is tagged.",
  "type": "string",
  "pattern": "^[0-9A-Z_]+$",
  "minLength": 1,
  "maxLength": 255,
  "enum": [
    "HOME"
  ]
}