Search
See Stripe API reference for more information about Order
@spec create(map()) :: {:ok, map()} | {:error, binary()}
@spec delete(binary()) :: {:ok, map()} | {:error, binary()}
@spec index() :: {:ok, map()} | {:error, binary()}
@spec index(map()) :: {:ok, map()} | {:error, binary()}
@spec pay(id :: binary(), customer_or_source :: Keyword.t()) :: {:ok, map()} | {:error, binary()}
@spec show(binary()) :: {:ok, map()} | {:error, binary()}
@spec update(map()) :: {:ok, map()} | {:error, binary()}
@spec update(binary(), map()) :: {:ok, map()} | {:error, binary()}