View Source ExChargebee.Order (ex_chargebee v0.4.0)

An interface for Interacting with orders

For More information see Chargebee order Documentation

Summary

Functions

Perform a assign_order_number on individual order.

Perform a cancel on individual order.

Perform a create_refundable_credit_note on individual order.

Perform a delete on individual order.

Perform a order import_order.

Perform a reopen on individual order.

Perform a resend on individual order.

Returns a stream of orders. Pagination is handled automatically.

Functions

Link to this function

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

View Source

Perform a assign_order_number on individual order.

Find more information in the Chargebee Documentation

Link to this function

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

View Source

Perform a cancel on individual order.

Find more information in the Chargebee Documentation

Link to this function

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

View Source

Creates a order.

Find more information in the Chargebee Documentation

Link to this function

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

View Source

Perform a create_refundable_credit_note on individual order.

Find more information in the Chargebee Documentation

Link to this function

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

View Source

Perform a delete on individual order.

Find more information in the Chargebee Documentation

Link to this function

import_order(params, opts \\ [])

View Source

Perform a order import_order.

Find more information in the Chargebee Documentation

Link to this function

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

View Source

Returns a list of orders.

Pagination is handled automatically.

Link to this function

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

View Source

Perform a reopen on individual order.

Find more information in the Chargebee Documentation

Link to this function

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

View Source

Perform a resend on individual order.

Find more information in the Chargebee Documentation

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

View Source

Returns a stream of orders. Pagination is handled automatically.

Link to this function

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

View Source

Updates a order.

Find more information in the Chargebee Documentation