View Source ExChargebee.CouponSet (ex_chargebee v0.4.0)

An interface for Interacting with coupon_sets

For More information see Chargebee coupon_set Documentation

Summary

Functions

Link to this function

add_coupon_codes(resource_id, params, opts \\ [])

View Source

Perform a add_coupon_codes on individual coupon_set.

Find more information in the Chargebee Documentation

Link to this function

create(params, path \\ "", opts \\ [])

View Source

Creates a coupon_set.

Find more information in the Chargebee Documentation

Link to this function

delete_unused_coupon_codes(resource_id, params, opts \\ [])

View Source

Perform a delete_unused_coupon_codes on individual coupon_set.

Find more information in the Chargebee Documentation

Link to this function

list(params \\ %{}, path \\ "", opts \\ [])

View Source

Returns a list of coupon_sets.

Pagination is handled automatically.

Link to this function

resource_base_path(path \\ "")

View Source
Link to this function

resource_path(id, path \\ "")

View Source
Link to this function

retrieve(resource_id, opts \\ [])

View Source
Link to this function

stream_list(params \\ %{}, path \\ "", opts \\ [], resource \\ "coupon_set")

View Source

Returns a stream of coupon_sets. Pagination is handled automatically.

Link to this function

update(resource_id, params, path \\ "", opts \\ [])

View Source

Updates a coupon_set.

Find more information in the Chargebee Documentation