View Source ExChargebee.Quote (ex_chargebee v0.4.0)

An interface for Interacting with quotes

For More information see Chargebee quote Documentation

Summary

Functions

Perform a convert on individual quote.

Perform a quote create_for_charge_items_and_charges.

Perform a delete on individual quote.

Perform a edit_create_subscription_quote_for_items on individual quote.

Perform a edit_for_charge_items_and_charges on individual quote.

Perform a edit_update_subscription_quote_for_items on individual quote.

Perform a extend_expiry_date on individual quote.

Returns a list of quotes quote_line_groups.

Returns a stream of quotes. Pagination is handled automatically.

Perform a update_status on individual quote.

Perform a quote update_subscription_quote_for_items.

Functions

Link to this function

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

View Source

Perform a convert on individual quote.

Find more information in the Chargebee Documentation

Link to this function

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

View Source

Creates a quote.

Find more information in the Chargebee Documentation

Link to this function

create_for_charge_items_and_charges(params, opts \\ [])

View Source

Perform a quote create_for_charge_items_and_charges.

Find more information in the Chargebee Documentation

Link to this function

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

View Source

Perform a delete on individual quote.

Find more information in the Chargebee Documentation

Link to this function

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

View Source

Perform a edit_create_subscription_quote_for_items on individual quote.

Find more information in the Chargebee Documentation

Link to this function

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

View Source

Perform a edit_for_charge_items_and_charges on individual quote.

Find more information in the Chargebee Documentation

Link to this function

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

View Source

Perform a edit_update_subscription_quote_for_items on individual quote.

Find more information in the Chargebee Documentation

Link to this function

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

View Source

Perform a extend_expiry_date on individual quote.

Find more information in the Chargebee Documentation

Link to this function

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

View Source

Returns a list of quotes.

Pagination is handled automatically.

Link to this function

pdf(quote_id, params \\ %{}, opts \\ [])

View Source
Link to this function

quote_line_groups(params, opts \\ [])

View Source

Returns a list of quotes quote_line_groups.

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

View Source

Returns a stream of quotes. Pagination is handled automatically.

Link to this function

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

View Source

Updates a quote.

Find more information in the Chargebee Documentation

Link to this function

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

View Source

Perform a update_status on individual quote.

Find more information in the Chargebee Documentation

Link to this function

update_subscription_quote_for_items(params, opts \\ [])

View Source

Perform a quote update_subscription_quote_for_items.

Find more information in the Chargebee Documentation