Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 990 Bytes

File metadata and controls

15 lines (12 loc) · 990 Bytes

# CreateOrderTotalDiscountRequest

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]
apply_to_commissions bool Whether to apply this discount to commission calculations [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)
discount_strategy string Strategy for applying discount: GROSS (before tax) or NET (after tax) [optional]

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