View Source ExChargebee.CouponCode (ex_chargebee v0.4.0)

An interface for Interacting with coupon_codes

For More information see Chargebee coupon_code Documentation

Summary

Functions

Link to this function

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

View Source

Perform a archive on individual coupon_code.

Find more information in the Chargebee Documentation

Link to this function

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

View Source

Returns a list of coupon_codes.

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

View Source

Returns a stream of coupon_codes. Pagination is handled automatically.