PayPal · Schema

Tax Amount

The tax levied by a government on the purchase of goods or services.

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks

Properties

Name Type Description
tax_amount object The tax levied by a government on the purchase of goods or services.
View JSON Schema on GitHub

JSON Schema

paypal-item-detail-tax-amount-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/item_detail_tax_amount",
  "title": "Tax Amount",
  "type": "object",
  "description": "The tax levied by a government on the purchase of goods or services.",
  "properties": {
    "tax_amount": {
      "$ref": "#/components/schemas/money",
      "description": "The tax levied by a government on the purchase of goods or services."
    }
  }
}