Typescript SDK Type Docs
    Preparing search index...

    Interface DiscountedPrice

    interface DiscountedPrice {
        discount: ProductDiscountReference;
        value: CentPrecisionMoney;
    }
    Index

    Properties

    Properties

    ProductDiscount related to the discounted price.

    Money value of the discounted price.