Nombaone.Refund (Nomba One v0.1.0)

View Source

A refund of a settlement's tenant share (the platform fee stays). status is one of pending, ledger_only, succeeded, failed. Amounts integer kobo.

Summary

Types

t()

@type t() :: %Nombaone.Refund{
  __raw__: term(),
  amount_in_kobo: term(),
  created_at: term(),
  domain: term(),
  id: term(),
  provider_reference: term(),
  settlement_reference: term(),
  status: term(),
  sub_account_ref: term()
}