ECPayInvoice.InvoiceItem (ecpay_invoice v0.0.1-alpha9)

Link to this section Summary

Link to this section Types

Specs

t() :: %ECPayInvoice.InvoiceItem{
  count: integer(),
  name: String.t() | nil,
  unit: String.t(),
  unit_price: integer()
}

Link to this section Functions

Specs

new(params :: map() | t()) :: t()
Link to this function

to_api_payload(item)