View Source Extripe.Invoice (extripe v1.3.1)

See Stripe API reference for more information about Invoice

Link to this section Summary

Link to this section Functions

@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 show(binary()) :: {:ok, map()} | {:error, binary()}
@spec update(map()) :: {:ok, map()} | {:error, binary()}
@spec update(binary(), map()) :: {:ok, map()} | {:error, binary()}