PayPal · Schema

unit_of_measure

The unit of measure for the invoiced item.

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks
View JSON Schema on GitHub

JSON Schema

paypal-unit-of-measure-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/unit_of_measure",
  "title": "unit_of_measure",
  "type": "string",
  "description": "The unit of measure for the invoiced item.",
  "enum": [
    "QUANTITY",
    "HOURS",
    "AMOUNT"
  ]
}