Information needed to subscribe to tracking events

interface Trackingsubscription {
    carrier_dependent?: null | PartiallySupportedTrackingSubscriptionOptions;
    level: TrackingNotificationLevel;
    recipient: TrackingRecipient;
    recipient_first_name?: null | string;
    recipient_last_name?: null | string;
    [field_name: string]: undefined | JsonValue;
}

Hierarchy (View Summary)

Indexable

Properties

Extra parameters for the notification that only some carriers and services support

The types of events that will trigger notifications

Where to send tracking notifications to

recipient_first_name?: null | string

The first name of the subscriber, which may get displayed in notifications

recipient_last_name?: null | string

The last name of the subscriber, which may get displayed in notifications