A Gumroad resource subscription.
See the Gumroad docs for more info.
@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() }