View Source ExChargebee.CreditNote (ex_chargebee v0.4.0)

An interface for Interacting with credit_notes

For More information see Chargebee credit_note Documentation

Summary

Functions

Perform a delete on individual credit_note.

Perform a download_einvoice on individual credit_note.

Perform a credit_note import_credit_note.

Returns a list of credit_notes.

Perform a pdf on individual credit_note.

Perform a record_refund on individual credit_note.

Perform a refund on individual credit_note.

Perform a remove_tax_withheld_refund on individual credit_note.

Perform a resend_einvoice on individual credit_note.

Perform a send_einvoice on individual credit_note.

Returns a stream of credit_notes. Pagination is handled automatically.

Perform a void on individual credit_note.

Functions

Link to this function

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

View Source

Creates a credit_note.

Find more information in the Chargebee Documentation

Link to this function

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

View Source

Perform a delete on individual credit_note.

Find more information in the Chargebee Documentation

Link to this function

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

View Source

Perform a download_einvoice on individual credit_note.

Find more information in the Chargebee Documentation

Link to this function

import_credit_note(params, opts \\ [])

View Source

Perform a credit_note import_credit_note.

Find more information in the Chargebee Documentation

Link to this function

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

View Source

Returns a list of credit_notes.

Pagination is handled automatically.

Link to this function

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

View Source

Perform a pdf on individual credit_note.

Find more information in the Chargebee Documentation

Link to this function

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

View Source

Perform a record_refund on individual credit_note.

Find more information in the Chargebee Documentation

Link to this function

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

View Source

Perform a refund on individual credit_note.

Find more information in the Chargebee Documentation

Link to this function

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

View Source

Perform a remove_tax_withheld_refund on individual credit_note.

Find more information in the Chargebee Documentation

Link to this function

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

View Source

Perform a resend_einvoice on individual credit_note.

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

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

View Source

Perform a send_einvoice on individual credit_note.

Find more information in the Chargebee Documentation

Link to this function

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

View Source

Returns a stream of credit_notes. Pagination is handled automatically.

Link to this function

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

View Source

Perform a void on individual credit_note.

Find more information in the Chargebee Documentation