Skip to main content

FormattedPrice

type FormattedPrice = {
currency: string;
taxBehavior: "inclusive" | "exclusive" | "unspecified";
unitAmount: number;
};

A single price within a billing-cycle listing.

Type Declaration

NameType
currencystring
taxBehavior"inclusive" | "exclusive" | "unspecified"
unitAmountnumber