Sticky.BillingModels (Stickylixer v0.1.0) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %Sticky.BillingModels{
  billing_model_id: term(),
  offer_id: pos_integer() | nil
}

Link to this section Functions

Link to this function

billing_model_view(params)

View Source

Specs

billing_model_view(params) :: {:ok, t()} | {:error, String.t()}
when params: %{
       optional(:offer_id) => pos_integer(),
       :billing_model_id => pos_integer()
     }