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

Properties

Properties

Reference to a ProductDiscount.

value: TypedMoney