Nombaone.CreditBalance (Nomba One v0.1.0)

View Source

A customer's live credit position: the total balance_in_kobo (integer kobo) plus the grants behind it.

Summary

Types

t()

@type t() :: %Nombaone.CreditBalance{
  __raw__: term(),
  balance_in_kobo: term(),
  customer_id: term(),
  domain: term(),
  grants: term()
}