PayPal · Schema

Business Name

The business name of the party.

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks

Properties

Name Type Description
business_name string Required. The business name of the party.
View JSON Schema on GitHub

JSON Schema

paypal-business-name-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/business_name",
  "title": "Business Name",
  "type": "object",
  "description": "The business name of the party.",
  "properties": {
    "business_name": {
      "type": "string",
      "description": "Required. The business name of the party.",
      "maxLength": 300
    }
  }
}