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

Properties

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