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

Properties

is_renewal: boolean

Whether this notification is for a renewal

role_subscription_listing_id: string

The id of the SKU and listing the user is subscribed to

tier_name: string

The name of the tier the user is subscribed to

total_months_subscribed: number

The number of months the user has been subscribed for