Skip to main content

BillingPlanPrice

type BillingPlanPrice = {
amount: string;
billingCycle: "monthly" | "yearly" | null;
currency: string;
rawAmount: number;
taxBehavior: "inclusive" | "exclusive" | "unspecified";
};

Price of an active plan.

Type Declaration

NameType
amountstring
billingCycle"monthly" | "yearly" | null
currencystring
rawAmountnumber
taxBehavior"inclusive" | "exclusive" | "unspecified"