Verifone · Schema

NotificationReminders

A container for all supported notification reminders.

PaymentsPOSTerminal ManagementeCommerceFinTechPayment ProcessingOmnichannel

Properties

Name Type Description
econtract object
draft object
docRequired object
View JSON Schema on GitHub

JSON Schema

order-service-api-notificationreminders.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/verifone/refs/heads/main/json-schema/order-service-api-notificationreminders.json",
  "title": "NotificationReminders",
  "description": "A container for all supported notification reminders.",
  "type": "object",
  "properties": {
    "econtract": {
      "$ref": "#/components/schemas/NotificationReminder"
    },
    "draft": {
      "$ref": "#/components/schemas/NotificationReminder"
    },
    "docRequired": {
      "$ref": "#/components/schemas/NotificationReminder"
    }
  },
  "additionalProperties": false
}