Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UserNotification

If specified, displays a notification to the user with the specified title and text. Specifying a notification is a suggestion to notify and is not guaranteed to result in a notification.

Optional user notification to display as part of the Order update.

Hierarchy

  • UserNotification

Properties

Properties

Optional text

text: undefined | string

The contents of the notification. Max allowed length is 100 chars.

Optional title

title: undefined | string

The title for the user notification. Max allowed length is 30 chars.

Generated using TypeDoc