PayPal · Schema

Incentive Information

The incentive details.

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks

Properties

Name Type Description
incentive_details array An array of incentive details.
View JSON Schema on GitHub

JSON Schema

paypal-incentive-info-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/incentive_info",
  "title": "Incentive Information",
  "type": "object",
  "description": "The incentive details.",
  "properties": {
    "incentive_details": {
      "type": "array",
      "description": "An array of incentive details.",
      "items": {
        "$ref": "#/components/schemas/incentive_detail"
      },
      "maxItems": 32767,
      "minItems": 1
    }
  }
}