Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 916 Bytes

File metadata and controls

12 lines (9 loc) · 916 Bytes

# Discount

Properties

Name Type Description Notes
id int [optional] [readonly]
customer_id int
discount int The discount value depending on "discount_type". If not provided, inherits from customer when available [optional]
discount_type string AMOUNT subtracts the value in &quot;discount&quot; from the total<br/> QUANTITY subtracts the value in &quot;discount&quot; multiplied by quantity<br/> PERCENT uses the value in &quot;discount&quot; as a percentage<br/> FIX sets the value in &quot;discount&quot; as the new price. If not provided, inherits from customer when available [optional] [default to 'PERCENT']

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