Nombaone.InvoiceLineItem (Nomba One v0.1.0)

View Source

One line on an invoice. amount_in_kobo is integer kobo (₦1.00 = 100) and is negative for discount and credit lines. kind is one of subscription, proration, discount, credit, adjustment.

Summary

Types

t()

@type t() :: %Nombaone.InvoiceLineItem{
  __raw__: term(),
  amount_in_kobo: term(),
  description: term(),
  id: term(),
  kind: term(),
  quantity: term()
}