extripe v1.2.2 Extripe.TransferReversal

See Stripe API reference for more information about TransferReversal

Summary

Functions

create(scope_id, params)
create(binary, map) :: {:ok, map} | {:error, binary}
index(scope_id)
index(binary) :: {:ok, map} | {:error, binary}
index(scope_id, opts)
index(binary, map) :: {:ok, map} | {:error, binary}
show(scope_id, id)
show(binary, binary) :: {:ok, map} | {:error, binary}
update(scope_id, params)
update(binary, map) :: {:ok, map} | {:error, binary}
update(scope_id, id, params)
update(binary, binary, map) :: {:ok, map} | {:error, binary}