interface DiscountedPrice {
    discount: ProductDiscountReference;
    value: TypedMoney;
}

Properties

Properties

ProductDiscount related to the discounted price.

value: TypedMoney

Money value of the discounted price.

Generated using TypeDoc