Search
ex_chargebee
v0.2.3
Pages
Modules
Settings
View Source
ExChargebee.CouponSet
(ex_chargebee v0.2.3)
an interface for interacting with Coupon Sets
Supports
List
Retrieve
Create
Update
Link to this section
Summary
Functions
add_coupon_codes(coupon_id, params)
create(params, path \\ "")
create_for_parent(parent_path, params, path \\ "")
delete(coupon_id)
delete_unused_coupon_codes(coupon_id)
list(params \\ %{})
post_resource(resource_id, endpoint, params)
resource_base_path()
resource_path(id)
retrieve(id)
stream_list(params \\ %{})
update(resource_id, params, path \\ "")
Link to this section
Functions
Link to this function
add_coupon_codes(coupon_id, params)
View Source
Link to this function
create(params, path \\ "")
View Source
Link to this function
create_for_parent(parent_path, params, path \\ "")
View Source
Link to this function
delete(coupon_id)
View Source
Link to this function
delete_unused_coupon_codes(coupon_id)
View Source
Link to this function
list(params \\ %{})
View Source
Link to this function
post_resource(resource_id, endpoint, params)
View Source
Link to this function
resource_base_path()
View Source
Link to this function
resource_path(id)
View Source
Link to this function
retrieve(id)
View Source
Link to this function
stream_list(params \\ %{})
View Source
Link to this function
update(resource_id, params, path \\ "")
View Source