PayPal · Schema

Template Item Setting

The template item setting. Sets a template as the default template or edit template.

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks

Properties

Name Type Description
field_name object The field name in `template_data` for which to map corresponding display preferences.
display_preference object The display preference.
View JSON Schema on GitHub

JSON Schema

paypal-template-item-setting-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/template_item_setting",
  "title": "Template Item Setting",
  "type": "object",
  "description": "The template item setting. Sets a template as the default template or edit template.",
  "properties": {
    "field_name": {
      "description": "The field name in `template_data` for which to map corresponding display preferences.",
      "$ref": "#/components/schemas/template_item_field"
    },
    "display_preference": {
      "description": "The display preference.",
      "$ref": "#/components/schemas/template_display_preference"
    }
  }
}