View Source ExChargebee.Coupon (ex_chargebee v0.4.0)

An interface for Interacting with coupons

For More information see Chargebee coupon Documentation

Summary

Functions

Perform a copy on individual coupon.

Perform a coupon create_for_items.

Returns a list of coupons.

Returns a stream of coupons. Pagination is handled automatically.

Perform a unarchive on individual coupon.

Perform a update_for_items on individual coupon.

Functions

Link to this function

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

View Source

Perform a copy on individual coupon.

Find more information in the Chargebee Documentation

Link to this function

create_for_items(params, opts \\ [])

View Source

Perform a coupon create_for_items.

Find more information in the Chargebee Documentation

Link to this function

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

View Source

Returns a list of coupons.

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")

View Source

Returns a stream of coupons. Pagination is handled automatically.

Link to this function

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

View Source

Perform a unarchive on individual coupon.

Find more information in the Chargebee Documentation

Link to this function

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

View Source

Perform a update_for_items on individual coupon.

Find more information in the Chargebee Documentation