Config key: business
Types: (s) - string, (b) - boolean, (i) - integer
hideCurrency
: ([s]: []) array of currencies to hide from available business currenciesdocuments
:hide
: (b: false) controls whether to hide the documents section of business onboarding/settings
"business": {
"hideCurrency": [],
"documents": {
"hide": false
}
}