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

View Source

Org billing configuration: limits, settlement mode, platform fee, grace, and branding. settlement_mode is split_at_collection or collect_then_payout.

Summary

Types

t()

@type t() :: %Nombaone.TenantSettings.Billing{
  __raw__: term(),
  branding: term(),
  grace: term(),
  monthly_request_quota: term(),
  platform_fee: term(),
  rate_limit_per_minute: term(),
  settlement_mode: term()
}