Interface RoleSubscriptionData

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

Properties

isRenewal: boolean
roleSubscriptionListingID: string
tierName: string
totalMonthsSubscribed: number