Chameleon
    Preparing search index...

    Interface RoleSubscriptionData

    interface RoleSubscriptionData {
        roleSubscriptionListingId: string;
        tierName: string;
        totalMonthsSubscribed: number;
        isRenewal: boolean;
    }
    Index

    Properties

    roleSubscriptionListingId: string
    tierName: string
    totalMonthsSubscribed: number
    isRenewal: boolean