RawPlan: {
    bitfield: string;
    cents: number;
    colorScheme: string | null;
    description: string;
    enabled: boolean;
    highlighted: boolean | null;
    isShown: boolean;
    name: string;
    onSaleTag: boolean | null;
    roleInSupportServer: string | null;
    showDecreasedPrice: string | null;
    tierId: string;
}