Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 792 Bytes

File metadata and controls

13 lines (10 loc) · 792 Bytes

# UpdateShippingDiscountRequest

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]
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]