Nombaone.TenantSettings (Nomba One v0.1.0)

View Source

Org-level configuration: limits, settlement mode, branding, and webhook + Nomba-account status. Nested config is fully modeled — billing is a Nombaone.TenantSettings.Billing, webhook a Nombaone.TenantSettings.Webhook, nomba_account a Nombaone.TenantSettings.NombaAccount.

Summary

Types

t()

@type t() :: %Nombaone.TenantSettings{
  __raw__: term(),
  billing: term(),
  domain: term(),
  nomba_account: term(),
  webhook: term()
}