Package version:

Plan information only for the Marketplace Extension Type.

interface ExtensionTypePropertiesPlanInfo {
    offerId?: string;
    planId?: string;
    publisherId?: string;
}

Properties

offerId?: string

Offer or Product ID of the Marketplace Extension Type.

planId?: string

Plan ID of the Marketplace Extension Type.

publisherId?: string

Publisher ID of the Marketplace Extension Type.