PayPal · Schema

dispute_channel

The channel where the customer created the dispute.

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks
View JSON Schema on GitHub

JSON Schema

paypal-dispute-channel-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/dispute_channel",
  "title": "dispute_channel",
  "readOnly": true,
  "type": "string",
  "minLength": 1,
  "maxLength": 255,
  "description": "The channel where the customer created the dispute.",
  "enum": [
    "INTERNAL",
    "EXTERNAL",
    "ALERT"
  ]
}