Extripe.Transfer (extripe v1.3.0)

See Stripe API reference for more information about Transfer

Link to this section Summary

Link to this section Functions

Specs

create(map()) :: {:ok, map()} | {:error, binary()}

Specs

index() :: {:ok, map()} | {:error, binary()}

Specs

index(map()) :: {:ok, map()} | {:error, binary()}

Specs

show(binary()) :: {:ok, map()} | {:error, binary()}

Specs

update(map()) :: {:ok, map()} | {:error, binary()}
Link to this function

update(id, params)

Specs

update(binary(), map()) :: {:ok, map()} | {:error, binary()}