Skip to content

TPrice

TPrice object

TPrice is a type that represents details of a price.

type TPrice = {
    base: Price;
    final: Price;
    currency?: Price;
    currencySpecialOffer?: Price;
    specialOffer?: Price;
    loyalty: ProductLoyalty | null;
    lowestHistoricalPrice?: Price;
};

Price

Represents the Price model.

ProductLoyalty

Represents the ProductLoyalty model.