Type Alias ChangeSubscriptionTierBody

ChangeSubscriptionTierBody: {
    newTierId: string;
    subscriptionId: string;
}