Typescript SDK Type Docs
    Preparing search index...

    Interface DiscountedTotalPricePortion

    interface DiscountedTotalPricePortion {
        discount: Reference;
        discountedAmount: CentPrecisionMoney;
    }
    Index

    Properties

    discount: Reference

    A CartDiscountReference or DirectDiscountReference to the discount applied on the Cart totalPrice.

    discountedAmount: CentPrecisionMoney

    Money value of the discount.