PayPal · Schema

Canceled Recurring Billing

The recurring billing canceled details.

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks

Properties

Name Type Description
expected_refund object
cancellation_details object
View JSON Schema on GitHub

JSON Schema

paypal-canceled-recurring-billing-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/canceled_recurring_billing",
  "title": "Canceled Recurring Billing",
  "type": "object",
  "description": "The recurring billing canceled details.",
  "properties": {
    "expected_refund": {
      "$ref": "#/components/schemas/money"
    },
    "cancellation_details": {
      "$ref": "#/components/schemas/cancellation_details"
    }
  }
}