PayPal · Schema

Payment Term

The payment term of the invoice. Payment can be due upon receipt, a specified date, or in a set number of days.

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks

Properties

Name Type Description
term_type object The payment term. Payment can be due upon receipt, a specified date, or in a set number of days.
View JSON Schema on GitHub

JSON Schema

paypal-payment-term-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/payment_term",
  "title": "Payment Term",
  "type": "object",
  "description": "The payment term of the invoice. Payment can be due upon receipt, a specified date, or in a set number of days.",
  "properties": {
    "term_type": {
      "description": "The payment term. Payment can be due upon receipt, a specified date, or in a set number of days.",
      "$ref": "#/components/schemas/payment_term_type"
    }
  }
}