View Source ExChargebee.PromotionalCredit (ex_chargebee v0.4.0)

An interface for Interacting with promotional_credits

For More information see Chargebee promotional_credit Documentation

Summary

Functions

Perform a promotional_credit add.

Perform a promotional_credit deduct.

Returns a list of promotional_credits.

Perform a promotional_credit set.

Returns a stream of promotional_credits. Pagination is handled automatically.

Functions

Perform a promotional_credit add.

Find more information in the Chargebee Documentation

Link to this function

deduct(params, opts \\ [])

View Source

Perform a promotional_credit deduct.

Find more information in the Chargebee Documentation

Link to this function

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

View Source

Returns a list of promotional_credits.

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

Perform a promotional_credit set.

Find more information in the Chargebee Documentation

Link to this function

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

View Source

Returns a stream of promotional_credits. Pagination is handled automatically.