Tapfiliate.Affiliate (Peacemaker v3.3.5-rc.7) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %{
  first_name: String.t(),
  last_name: String.t(),
  email: String.t(),
  tapfiliate_id: String.t()
}

Link to this section Functions

Specs

create(map()) ::
  %Tapfiliate.Affiliate{
    email: term(),
    first_name: term(),
    last_name: term(),
    tapfiliate_id: term()
  }
  | {:error, <<_::192>>}