Tipalti (tipalti v0.10.0) View Source

Tipalti integration library for Elixir.

This library contains the following:

Link to this section Summary

Types

An idap is a string representing the id of a payee in Tipalti.

Key/Value pair used for custom fields.

Link to this section Types

Specs

idap() :: String.t()

An idap is a string representing the id of a payee in Tipalti.

Specs

key_value_pair() :: %{key: String.t(), value: String.t()}

Key/Value pair used for custom fields.