Nombaone.UpcomingInvoice (Nomba One v0.1.0)

View Source

A preview of the next cycle's invoice — nothing is charged or stored. All *_in_kobo amounts are integer kobo (₦1.00 = 100).

Summary

Types

t()

@type t() :: %Nombaone.UpcomingInvoice{
  __raw__: term(),
  amount_due_in_kobo: term(),
  billing_reason: term(),
  currency: term(),
  domain: term(),
  line_items: term(),
  mode: term(),
  period_end: term(),
  period_index: term(),
  period_start: term(),
  subscription_id: term(),
  subtotal_in_kobo: term(),
  total_in_kobo: term()
}