Information about the subscription.

Subscription

interface Subscription {
    destinationId: string;
    payloadVersion: string;
    processingDirective?: ProcessingDirective;
    subscriptionId: string;
}

Properties

destinationId: string

The identifier for the destination where notifications will be delivered.

Subscription

payloadVersion: string

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

Subscription

processingDirective?: ProcessingDirective

Subscription

subscriptionId: string

The subscription identifier generated when the subscription is created.

Subscription