View Source ExChargebee.Gift (ex_chargebee v0.4.0)

An interface for Interacting with gifts

For More information see Chargebee gift Documentation

Summary

Functions

Link to this function

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

View Source

Perform a cancel on individual gift.

Find more information in the Chargebee Documentation

Link to this function

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

View Source

Perform a claim on individual gift.

Find more information in the Chargebee Documentation

Link to this function

create_for_items(params, opts \\ [])

View Source

Perform a gift create_for_items.

Find more information in the Chargebee Documentation

Link to this function

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

View Source

Returns a list of gifts.

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

View Source

Returns a stream of gifts. Pagination is handled automatically.

Link to this function

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

View Source

Perform a update_gift on individual gift.

Find more information in the Chargebee Documentation