Represents a purchase of resource units in a secondary marketplace.

interface MarketplacePurchasedLicense {
    marketplaceName?: string;
    purchaserName?: string;
    purchaseUnitCount?: number;
}

Properties

marketplaceName?: string

The Marketplace display name.

purchaserName?: string

The name of the identity making the purchase as seen by the marketplace

purchaseUnitCount?: number

The quantity purchased.