Nombaone.Payout (Nomba One v0.1.0)

View Source

A withdrawal of settled funds to your bank account. status is one of pending, ledger_posted, succeeded, failed. Amounts integer kobo.

Summary

Types

t()

@type t() :: %Nombaone.Payout{
  __raw__: term(),
  account_number: term(),
  amount_in_kobo: term(),
  bank_code: term(),
  created_at: term(),
  domain: term(),
  failure_reason: term(),
  id: term(),
  provider_reference: term(),
  resolved_account_name: term(),
  status: term(),
  sub_account_ref: term()
}