Request parameters for getSubscription operation in NotificationsApi.

Export

NotificationsApiGetSubscriptionRequest

interface NotificationsApiGetSubscriptionRequest {
    notificationType: string;
    payloadVersion?: string;
}

Properties

notificationType: string

The type of notification. For more information about notification types, refer to Notification Type Values.

Memberof

NotificationsApiGetSubscription

payloadVersion?: string

The version of the payload object to be used in the notification.

Memberof

NotificationsApiGetSubscription