Paddle.Subscription.OneOffCharge.create

You're seeing just the function create, go back to Paddle.Subscription.OneOffCharge module for more information.
Link to this function

create(subscription_id, amount, charge_name)

View Source

Specs

create(integer(), number(), String.t()) ::
  {:ok, t()} | {:error, Paddle.Error.t()}