stripity_stripe v2.0.0-alpha.1 Stripe.Request

Summary

Types

stripe_delete_response()
stripe_delete_response :: :ok | {:error, Exception.t}
stripe_response()
stripe_response :: {:ok, struct} | {:error, Exception.t}

Functions

create(endpoint, struct, valid_keys, return_struct, opts)
create(String.t, struct, map, struct, Keyword.t) :: stripe_response
delete(endpoint, opts)
retrieve(endpoint, return_struct, opts)
retrieve(String.t, struct, Keyword.t) :: stripe_response
update(endpoint, changes, valid_keys, return_struct, opts)
update(String.t, map, map, struct, Keyword.t) :: stripe_response