Nombaone.TenantSettings.PlatformFee (Nomba One v0.1.0)

View Source

Platform fee configuration. min_in_kobo/max_in_kobo are integer kobo.

Summary

Types

t()

@type t() :: %Nombaone.TenantSettings.PlatformFee{
  __raw__: term(),
  bps: term(),
  max_in_kobo: term(),
  min_in_kobo: term()
}