1{ activation_amount : Natural
 2, activation_amount_accept : Natural
 3, admins : List Text
 4, adr : Text
 5, approved_domains : List { mapKey : Text, mapValue : Optional Text }
 6, bandwidth_peer : Text
 7, bandwidth_site : Text
 8, braintree :
 9    { environment : Text
10    , merchant_accounts : { CAD : Text, USD : Text }
11    , merchant_id : Text
12    , private_key : Text
13    , public_key : Text
14    }
15, bulk_order_tokens :
16    List { mapKey : Text, mapValue : { customer_id : Text, peer_id : Text } }
17, churnbuster : { account_id : Text, api_key : Text }
18, component : { jid : Text, secret : Text }
19, credit_card_url : forall (jid : Text) -> forall (customer_id : Text) -> Text
20, creds : { account : Text, password : Text, username : Text }
21, direct_sources : List { mapKey : Text, mapValue : Text }
22, direct_targets : List { mapKey : Text, mapValue : Text }
23, electrum :
24    { currency : Text
25    , rpc_password : Text
26    , rpc_uri : Text
27    , rpc_username : Text
28    }
29, electrum_bch :
30    { currency : Text
31    , rpc_password : Text
32    , rpc_uri : Text
33    , rpc_username : Text
34    }
35, electrum_notify_url :
36    forall (address : Text) ->
37    forall (customer_id : Text) ->
38    forall (currency : Text) ->
39      Text
40, interac : Text
41, keep_area_codes : List Text
42, keep_area_codes_in : { account : Text, sip_peer_id : Text, site_id : Text }
43, keepgo : Optional { access_token : Text, api_key : Text }
44, notify_admin : Text
45, notify_from : Text
46, ogm_path : Text
47, ogm_web_root : Text
48, onboarding_domain : Text
49, oxr_app_id : Text
50, parented_domains :
51    List { mapKey : Text, mapValue : { customer_id : Text, plan_name : Text } }
52, payable : Text
53, plans :
54    List
55      { allow_register : Bool
56      , currency : < CAD | USD >
57      , messages :
58          < limited : { included : Natural, price : Natural } | unlimited >
59      , minutes :
60          < limited : { included : Natural, price : Natural } | unlimited >
61      , monthly_price : Natural
62      , name : Text
63      , subaccount_discount : Natural
64      }
65, reachability_senders : List Text
66, rev_ai_token : Text
67, server : { host : Text, port : Natural }
68, sgx : Text
69, sgx_creds :
70    List
71      { mapKey : Text
72      , mapValue : { account : Text, password : Text, username : Text }
73      }
74, simpleswap_api_key : Text
75, sims :
76    { esim :
77        List
78          { mapKey : < CAD | USD >
79          , mapValue : { plan : Text, price : Natural }
80          }
81    , sim :
82        List
83          { mapKey : < CAD | USD >
84          , mapValue : { plan : Text, price : Natural }
85          }
86    }
87, sip : { app : Text, realm : Text }
88, sip_host : Text
89, snikket_hosting_api : Text
90, support_link : forall (customer_jid : Text) -> Text
91, upstream_domain : Text
92, web : < Inet : { interface : Text, port : Natural } | Unix : Text >
93, web_register : { from : Text, to : Text }
94, web_root : Text
95, xep0157 : List { label : Text, value : Text, var : Text }
96}