PayPal · Schema

Alternate Notification Method

Captures additional notification modes to reach out to the receiver regarding this payment.

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks

Properties

Name Type Description
phone object The mobile phone number of the receiver.
View JSON Schema on GitHub

JSON Schema

paypal-alternate-notification-method-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/alternate_notification_method",
  "title": "Alternate Notification Method",
  "type": "object",
  "description": "Captures additional notification modes to reach out to the receiver regarding this payment.",
  "properties": {
    "phone": {
      "description": "The mobile phone number of the receiver.",
      "$ref": "#/components/schemas/phone"
    }
  }
}