View Source ExChargebee.PaymentReferenceNumber (ex_chargebee v0.4.0)

an interface for interacting with Unbilled Charges

Summary

Functions

Link to this function

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

View Source

Returns a list of payment_reference_numbers.

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

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

View Source

Returns a stream of payment_reference_numbers. Pagination is handled automatically.