PayPal · Schema

Template Item Field

The field names for the invoice line items in the template.

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks
View JSON Schema on GitHub

JSON Schema

paypal-template-item-field-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/template_item_field",
  "title": "Template Item Field",
  "type": "string",
  "description": "The field names for the invoice line items in the template.",
  "enum": [
    "ITEMS_QUANTITY",
    "ITEMS_DESCRIPTION",
    "ITEMS_DATE",
    "ITEMS_DISCOUNT",
    "ITEMS_TAX"
  ]
}