PayPal · Schema

Create Referral Data Response

The shared referral data.

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks

Properties

Name Type Description
links array An array of request-related [HATEOAS links](/docs/api/overview/#hateoas-links).
View JSON Schema on GitHub

JSON Schema

paypal-create-referral-data-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/create_referral_data_response",
  "title": "Create Referral Data Response",
  "type": "object",
  "description": "The shared referral data.",
  "properties": {
    "links": {
      "type": "array",
      "title": "Links",
      "description": "An array of request-related [HATEOAS links](/docs/api/overview/#hateoas-links).",
      "readOnly": true,
      "additionalProperties": true,
      "minItems": 2,
      "maxItems": 10,
      "items": {
        "description": "The request-related [HATEOAS link](/docs/api/reference/api-responses/#hateoas-links) information.",
        "$ref": "#/components/schemas/link_description"
      }
    }
  }
}