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

Latest commit

 

History

History
23 lines (19 loc) · 3.12 KB

File metadata and controls

23 lines (19 loc) · 3.12 KB

CouponBook

Properties

Name Type Description Notes
book_code str { "description" : "The book code for the coupon-book. This is used to create coupon-instances which are associated with subscriptions.", "verbs":["POST","PUT","GET"] } [optional]
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]
id str { "description" : "ID of the coupon-book.", "verbs":["POST","PUT","GET"] }
crm_id str { "description" : "CRM ID of the product-rate-plan.", "verbs":["POST","PUT","GET"] }
organization_id str { "description" : "Organization associated with the the coupon-book.", "verbs":["POST","PUT","GET"] }
coupon_book_definition_id str { "description" : "ID of the coupon-book-definition associated with the coupon-book.", "verbs":["POST","PUT","GET"] }
name str { "description" : "The human readable name of the coupon-book.", "verbs":["POST","PUT","GET"] }
cost float { "description" : "The cost of the coupon-book. Can be used to keep track of coupon-book sales.", "verbs":["POST","PUT","GET"] }
remaining_coupons int { "description" : "The number of available coupon-instances left in the coupon-book.", "verbs":["POST","PUT","GET"] }
max_remaining_coupons int { "description" : "The original number of available coupon-instances that the coupon-book can hold.", "verbs":["POST","PUT","GET"] }
maximum_coupon_uses int { "description" : "The maximum number of uses each coupon-instance created from this coupon-book can have.", "verbs":["POST","PUT","GET"] }
deleted bool { "description" : "Has the coupon book been deleted?", "verbs":["POST","PUT","GET"] } [default to False]

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