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";
}

Properties

Properties

type: "external"

Generated using TypeDoc