PayPal · Schema

Allowed Response Options

The allowed response options for the buyer/seller update actions.

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks

Properties

Name Type Description
acknowledge_return_item object
accept_claim object
make_offer object
View JSON Schema on GitHub

JSON Schema

paypal-allowed-response-options-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/allowed_response_options",
  "title": "Allowed Response Options",
  "type": "object",
  "description": "The allowed response options for the buyer/seller update actions.",
  "properties": {
    "acknowledge_return_item": {
      "$ref": "#/components/schemas/acknowledge_return_item_response_options"
    },
    "accept_claim": {
      "$ref": "#/components/schemas/accept_claim_response_options"
    },
    "make_offer": {
      "$ref": "#/components/schemas/make_offer_response_options"
    }
  }
}