PayPal · Schema

dispute_lifecycle_stage

The stage in the dispute lifecycle.

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks
View JSON Schema on GitHub

JSON Schema

paypal-dispute-lifecycle-stage-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/dispute_lifecycle_stage",
  "title": "dispute_lifecycle_stage",
  "type": "string",
  "minLength": 1,
  "maxLength": 255,
  "pattern": "^[0-9A-Z_]+$",
  "readOnly": true,
  "description": "The stage in the dispute lifecycle.",
  "enum": [
    "INQUIRY",
    "CHARGEBACK",
    "PRE_ARBITRATION",
    "ARBITRATION"
  ]
}