View Source ExChargebee.PaymentVoucher (ex_chargebee v0.4.5)

An interface for Interacting with payment_vouchers

For More information see Chargebee payment_voucher Documentation

Summary

Functions

Link to this function

create(params, opts \\ [])

View Source
@spec create(
  map(),
  keyword()
) :: map() | nil

Creates a payment_voucher.

Find more information in the Chargebee Documentation

Link to this function

list_vouchers_for_customer(customer_id, params, opts \\ [])

View Source
Link to this function

list_vouchers_for_invoice(customer_id, params, opts \\ [])

View Source
@spec operations() :: Keyword.t()
Link to this function

retrieve(resource_id, opts \\ [])

View Source
@spec retrieve(
  String.t(),
  keyword()
) :: map() | nil