Class CreatePhoneNotificationChannelConfig

Configuration to create a phone notification channel

Hierarchy

  • CreatePhoneNotificationChannelConfig

Constructors

Properties

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
number: string

The E-164 formatted phone number (e.g. +3371234567)

Indicates that the notification channel is a phone

Generated using TypeDoc