Package version:

Offer details for the marketplace that is selected by the user

interface OfferDetails {
    offerId: string;
    planId: string;
    planName?: string;
    publisherId: string;
    termId?: string;
    termUnit?: string;
}

Properties

offerId: string

Offer ID for the marketplace offer

planId: string

Plan ID for the marketplace offer

planName?: string

Plan Name for the marketplace offer

publisherId: string

Publisher ID for the marketplace offer

termId?: string

Term ID for the marketplace offer

termUnit?: string

Term Unit for the marketplace offer