PayPal · Schema

Template Display Preference

The template display preference.

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks

Properties

Name Type Description
hidden boolean Indicates whether to show or hide this field.
View JSON Schema on GitHub

JSON Schema

paypal-template-display-preference-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/template_display_preference",
  "title": "Template Display Preference",
  "type": "object",
  "description": "The template display preference.",
  "properties": {
    "hidden": {
      "type": "boolean",
      "description": "Indicates whether to show or hide this field.",
      "default": false
    }
  }
}