interface DiscountedPriceDraft {
    discount: ProductDiscountReference;
    value: _Money;
}

Properties

Properties

Relates the referenced ProductDiscount to the discounted price.

value: _Money

Sets the money value for the discounted price.

Generated using TypeDoc