PayPal · Schema

full_name

The full name representation like Mr J Smith.

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks
View JSON Schema on GitHub

JSON Schema

paypal-full-name-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/full_name",
  "title": "full_name",
  "type": "string",
  "description": "The full name representation like Mr J Smith.",
  "minLength": 3,
  "maxLength": 300
}