Nombaone.Settlement (Nomba One v0.1.0)

View Source

The integer-kobo split of one collection into platform fee + tenant share.

status is one of pending, settled, reconciled, failed, refunded. platform_fee_in_kobo is non-refundable.

Summary

Types

t()

@type t() :: %Nombaone.Settlement{
  __raw__: term(),
  created_at: term(),
  domain: term(),
  gross_in_kobo: term(),
  id: term(),
  invoice_reference: term(),
  merchant_tx_ref: term(),
  net_to_tenant_in_kobo: term(),
  platform_fee_in_kobo: term(),
  split_reference: term(),
  status: term(),
  sub_account_ref: term()
}