Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 759 Bytes

File metadata and controls

13 lines (10 loc) · 759 Bytes

# CreateShippingDiscountRequest

Properties

Name Type Description Notes
name string Name of the discount
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)
discount_value float Value of the discount (amount or percentage depending on discount_type)

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