View Source Plausible.Billing.PaddleApi (Plausible v0.0.1)

Summary

Functions

Link to this function

fetch_prices(product_ids, customer_ip)

View Source
Link to this function

get_invoices(subscription)

View Source
@spec get_invoices(Plausible.Billing.Subscription.t() | nil) ::
  {:ok, list()} | {:error, :request_failed} | {:error, :no_invoices}
Link to this function

get_subscription(paddle_subscription_id)

View Source
Link to this function

update_subscription(paddle_subscription_id, params)

View Source
Link to this function

update_subscription_preview(paddle_subscription_id, new_plan_id)

View Source