View Source Extripe.TransferReversal (extripe v1.3.1)

See Stripe API reference for more information about TransferReversal

Link to this section Summary

Link to this section Functions

Link to this function

create(scope_id, params)

View Source
@spec create(binary(), map()) :: {:ok, map()} | {:error, binary()}
@spec index(binary()) :: {:ok, map()} | {:error, binary()}
@spec index(binary(), map()) :: {:ok, map()} | {:error, binary()}
@spec show(binary(), binary()) :: {:ok, map()} | {:error, binary()}
Link to this function

update(scope_id, params)

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

update(scope_id, id, params)

View Source
@spec update(binary(), binary(), map()) :: {:ok, map()} | {:error, binary()}