mollie v0.3.0 Mollie.Client

Link to this section Summary

Link to this section Types

Link to this type

auth()

auth() :: %{api_key: binary()}
Link to this type

t()

t() :: %Mollie.Client{auth: auth() | nil, endpoint: binary(), options: list()}

Link to this section Functions

Link to this function

new()

new() :: t()
Link to this function

new(endpoint)

new(binary()) :: t()
new(map()) :: t()
Link to this function

new(auth, endpoint)

new(auth(), binary() | list()) :: t()