PayPal · Schema

Individual_owner

The individual owner of the account.

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks
View JSON Schema on GitHub

JSON Schema

paypal-individual-owner-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/individual_owner",
  "title": "Individual_owner",
  "description": "The individual owner of the account.",
  "allOf": [
    {
      "$ref": "#/components/schemas/person"
    },
    {
      "properties": {
        "type": {
          "description": "The actual role of this user on the account, PRIMARY/SECONDARY.",
          "$ref": "#/components/schemas/individual_owner_type"
        }
      }
    }
  ]
}