PayPal · Schema

Billing Disputes Properties

The billing issue details.

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks

Properties

Name Type Description
duplicate_transaction object
incorrect_transaction_amount object
payment_by_other_means object
credit_not_processed object
canceled_recurring_billing object
View JSON Schema on GitHub

JSON Schema

paypal-billing-disputes-properties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/billing_disputes_properties",
  "title": "Billing Disputes Properties",
  "type": "object",
  "description": "The billing issue details.",
  "properties": {
    "duplicate_transaction": {
      "$ref": "#/components/schemas/duplicate_transaction"
    },
    "incorrect_transaction_amount": {
      "$ref": "#/components/schemas/incorrect_transaction_amount"
    },
    "payment_by_other_means": {
      "$ref": "#/components/schemas/payment_by_other_means"
    },
    "credit_not_processed": {
      "$ref": "#/components/schemas/credit_not_processed"
    },
    "canceled_recurring_billing": {
      "$ref": "#/components/schemas/canceled_recurring_billing"
    }
  }
}