Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 986 Bytes

File metadata and controls

15 lines (12 loc) · 986 Bytes

# UpdateProductDiscountRequest

Properties

Name Type Description Notes
name string Name of the discount [optional]
description string Description of the discount [optional]
criteria \Keap\Core\V2\Model\DiscountCriteria[] List of criteria that must be met for this discount to apply [optional]
apply_to_commissions bool Whether to apply this discount to commission calculations [optional]
product_id string ID of the product this discount applies to [optional]
discount_type string Type of discount: AMOUNT (fixed amount) or PERCENT (percentage) [optional]
discount_value float Value of the discount (amount or percentage depending on discount_type) [optional]

[Back to Model list] [Back to API list] [Back to README]