extripe v1.2.2 Extripe.Order

See Stripe API reference for more information about Order

Summary

Functions

create(params)
create(map) :: {:ok, map} | {:error, binary}
delete(id)
delete(binary) :: {:ok, map} | {:error, binary}
index()
index() :: {:ok, map} | {:error, binary}
index(opts)
index(map) :: {:ok, map} | {:error, binary}
pay(id, list)
pay(id :: binary, customer_or_source :: Keyword.t) ::
  {:ok, map} |
  {:error, binary}
show(id)
show(binary) :: {:ok, map} | {:error, binary}
update(params)
update(map) :: {:ok, map} | {:error, binary}
update(id, params)
update(binary, map) :: {:ok, map} | {:error, binary}