View Source ExChargebee.NonSubscription (ex_chargebee v0.4.5)

an interface for interacting with Non Subscription In App Purchases

Summary

Functions

Link to this function

non_subscriptions(params, opts \\ [])

View Source
Link to this function

one_time_purchase(resource_id, params \\ %{}, opts \\ [])

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

Perform a one_time_purchase on individual non_subscription.

Find more information in the Chargebee Documentation

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