Interface RawRoleSubscriptionData

interface RawRoleSubscriptionData {
    is_renewal: boolean;
    role_subscription_listing_id: string;
    tier_name: string;
    total_months_subscribed: number;
}

Properties

is_renewal: boolean
role_subscription_listing_id: string
tier_name: string
total_months_subscribed: number