View Source Gumroad.ResourceSubscription (gumroad_elixir v0.1.2)

A Gumroad resource subscription.

See the Gumroad docs for more info.

Summary

Types

@type create_params() :: %{resource_name: String.t(), post_url: String.t()}
@type t() :: %Gumroad.ResourceSubscription{
  id: String.t(),
  post_url: String.t(),
  resource_name: String.t()
}

Functions