Nombaone.CreditGrant (Nomba One v0.1.0)

View Source

A grant of credit that future invoices draw down before charging any rail.

amount_in_kobo is the original grant and remaining_in_kobo what is left, both integer kobo (₦1.00 = 100). source is one of downgrade_proration, manual, goodwill, coupon. voided_at is set once the grant is voided.

Summary

Types

t()

@type t() :: %Nombaone.CreditGrant{
  __raw__: term(),
  amount_in_kobo: term(),
  created_at: term(),
  customer_id: term(),
  domain: term(),
  id: term(),
  mode: term(),
  remaining_in_kobo: term(),
  source: term(),
  source_reference: term(),
  voided_at: term()
}