Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 834 Bytes

Discount.md

File metadata and controls

12 lines (9 loc) · 834 Bytes

Discount

Properties

Name Type Description Notes
id int [optional]
customer_id int
discount int The discount value depending on "discount_type" [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 [optional] [default to 'PERCENT']

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