Encapsulates the properties needed to manage subscriptions, opt in and out of subscriptions.

interface SubscriptionManagement {
    serviceInstanceType?: string;
    url?: string;
}

Properties

serviceInstanceType?: string
url?: string