View Source ExSzamlazzHu (ex_szamlazz_hu v0.1.1)

A very thin wrapper for the Szamlazz.hu API.

Link to this section Summary

Link to this section Functions

Link to this function

create_invoice(params)

View Source (since 0.1.0)
@spec create_invoice(params :: map()) ::
  {:ok, ExSzamlazzHu.CreateInvoice.Result.t()}
  | {:error, :cannot_save_temporary_file}
  | {:error, any()}

Calls the Szamlazz.hu API to create an invoice.

Returns %ExSzamlazzHu.CreateInvoice.Result{} struct when a call to the Szamlazz.hu API was made.