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

Latest commit

 

History

History
15 lines (11 loc) · 1.63 KB

File metadata and controls

15 lines (11 loc) · 1.63 KB

CouponWrapperResponse

Properties

Name Type Description Notes
coupon_code str {"description":"Code of the coupon applied.","verbs":["POST","GET"]} [optional]
discount float {"description":"Discount — including tax — contributed to the cost of the pricing component, due to application of coupon.","verbs":["POST","GET"]} [optional]
discount_excluding_tax float {"description":"Discount — excluding tax — contributed to the cost of the pricing component, due to application of coupon.","verbs":["POST","GET"]} [optional]
calculation str {"description":"Friendly text describing the calculation performed in applying the coupon.","verbs":["POST","GET"]} [optional]
pricing_component_name str {"description":"Name of the pricing component to whom the coupon was applied.","verbs":["POST","GET"]} [optional]
pricing_component_id str {"description":"ID of the pricing component to whom the coupon was applied.","verbs":["POST","GET"]} [optional]

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