Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (16 loc) · 1.94 KB

File metadata and controls

20 lines (16 loc) · 1.94 KB

CouponDiscount

Properties

Name Type Description Notes
created datetime { "description" : "The UTC DateTime when the object was created.", "verbs":[] } [optional]
changed_by str { "description" : "ID of the user who last updated the entity.", "verbs":[] } [optional]
updated datetime { "description" : "The UTC DateTime when the object was last updated.", "verbs":[] } [optional]
pricing_component str { "description" : "Name or ID of the pricing component to apply the discount to. If not set blank discount is applied at the invoice level.", "verbs":["POST"] } [optional]
pricing_component_name str { "description" : "", "verbs":["GET"] } [optional]
pricing_component_id str { "description" : "", "verbs":["GET"] } [optional]
unit_of_measure_name str [optional]
unit_of_measure_id str [optional]
units_free int { "description" : "Number of units that are free for a pricing-component.", "verbs":["POST","GET"] } [optional]
percentage_discount float { "description" : "Percentage to be discounted", "verbs":["POST","GET"] } [optional]
cash_discount float { "description" : "Fixed monetary amount to be discounted", "verbs":["POST","GET"] } [optional]

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