Package version:

Interface LiftrBaseOfferDetails

Offer details for the marketplace that is selected by the user

interface LiftrBaseOfferDetails {
    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

Plan Display Name for the marketplace offer

termUnit?: string

Plan Display Name for the marketplace offer

Generated using TypeDoc