Discounts the Product Price by allowing the client to explicitly set a discounted value. Used when setting discounts using an external service.

interface ProductDiscountValueExternal {
    type: "external";
}

Hierarchy (View Summary)

Properties

Properties

type: "external"