View Source ExChargebee.Purchase (ex_chargebee v0.4.5)

an interface for interacting with Purchases

Summary

Functions

Link to this function

create(params, opts \\ [])

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

Creates a purchase.

Find more information in the Chargebee Documentation

Link to this function

estimate(params, opts \\ [])

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

Perform a purchase estimate.

Find more information in the Chargebee Documentation

@spec operations() :: Keyword.t()