Documentation
Preparing search index...
ts-engine/src
TenantConfig
Interface TenantConfig
interface
TenantConfig
{
allowedApplicationLimitFieldValues
:
ApplicationLimitFieldValues
;
allowedClassCodeIds
:
string
[]
;
allowedClassCodes
:
ClassCode
[]
;
allowedProductBundleIds
:
string
[]
;
allowedStateCodes
:
StateCode
[]
;
applicationFieldDefaults
:
ApplicationFieldDefaults
;
billing
:
{
agencyBillTerms
:
TENANT_AGENCY_BILL_TERMS
;
allowedBillingModes
:
QUOTES_BILLING_MODE
[]
;
ffAgencyId
:
string
;
isQuotesPurchaseEnabled
:
boolean
;
partnerCommissionPercentage
:
number
;
}
;
channel
:
ORGANIZATION_CHANNEL
;
code
:
string
;
defaultApplicationLimitFieldValues
:
ApplicationFieldValues
;
defaultProductBundleId
:
string
;
deploymentStatus
:
TENANT_DEPLOYMENT_STATUS
;
displayName
:
string
;
domainNames
:
string
[]
;
emails
:
{
billing
?:
string
;
claims
:
string
;
support
:
string
;
tenant
:
string
;
}
;
id
:
string
;
leadPageContent
:
PageContent
;
links
:
{
agentCalendly
:
string
;
amtrustReferral
:
string
}
;
mailingAddress
:
Address
;
name
:
string
;
organizationId
:
string
;
parties
:
AccountParties
;
phoneNumbers
:
{
claims
:
string
;
support
:
string
;
tenant
:
string
}
;
signatoryName
:
string
;
themeOverrides
:
{
borderRadiusPx
?:
number
;
brand
?:
{
faviconUrl
?:
string
;
logoUrls
?:
{
darkBg
?:
string
;
lightBg
?:
string
}
;
name
?:
string
;
}
;
primaryColor
?:
string
;
secondaryColor
?:
string
;
useDarkMode
?:
boolean
;
}
;
}
Hierarchy
Pick
<
BaseObject
<
TENANT
>
,
"id"
>
Pick
<
AccountData
<
TENANT
>
,
"id"
|
"parties"
>
Omit
<
OrganizationConfig
,
"tenantIds"
>
TenantConfig
Index
Properties
allowed
Application
Limit
Field
Values
allowed
Class
Code
Ids
allowed
Class
Codes
allowed
Product
Bundle
Ids
allowed
State
Codes
application
Field
Defaults
billing
channel
code
default
Application
Limit
Field
Values
default
Product
Bundle
Id
deployment
Status
display
Name
domain
Names
emails
id
lead
Page
Content
links
mailing
Address
name
organization
Id
parties
phone
Numbers
signatory
Name
theme
Overrides
Properties
allowed
Application
Limit
Field
Values
allowedApplicationLimitFieldValues
:
ApplicationLimitFieldValues
allowed
Class
Code
Ids
allowedClassCodeIds
:
string
[]
allowed
Class
Codes
allowedClassCodes
:
ClassCode
[]
allowed
Product
Bundle
Ids
allowedProductBundleIds
:
string
[]
allowed
State
Codes
allowedStateCodes
:
StateCode
[]
application
Field
Defaults
applicationFieldDefaults
:
ApplicationFieldDefaults
billing
billing
:
{
agencyBillTerms
:
TENANT_AGENCY_BILL_TERMS
;
allowedBillingModes
:
QUOTES_BILLING_MODE
[]
;
ffAgencyId
:
string
;
isQuotesPurchaseEnabled
:
boolean
;
partnerCommissionPercentage
:
number
;
}
channel
channel
:
ORGANIZATION_CHANNEL
code
code
:
string
default
Application
Limit
Field
Values
defaultApplicationLimitFieldValues
:
ApplicationFieldValues
default
Product
Bundle
Id
defaultProductBundleId
:
string
deployment
Status
deploymentStatus
:
TENANT_DEPLOYMENT_STATUS
display
Name
displayName
:
string
domain
Names
domainNames
:
string
[]
emails
emails
:
{
billing
?:
string
;
claims
:
string
;
support
:
string
;
tenant
:
string
}
id
id
:
string
lead
Page
Content
leadPageContent
:
PageContent
links
links
:
{
agentCalendly
:
string
;
amtrustReferral
:
string
}
mailing
Address
mailingAddress
:
Address
name
name
:
string
organization
Id
organizationId
:
string
parties
parties
:
AccountParties
phone
Numbers
phoneNumbers
:
{
claims
:
string
;
support
:
string
;
tenant
:
string
}
signatory
Name
signatoryName
:
string
theme
Overrides
themeOverrides
:
{
borderRadiusPx
?:
number
;
brand
?:
{
faviconUrl
?:
string
;
logoUrls
?:
{
darkBg
?:
string
;
lightBg
?:
string
}
;
name
?:
string
;
}
;
primaryColor
?:
string
;
secondaryColor
?:
string
;
useDarkMode
?:
boolean
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allowed
Application
Limit
Field
Values
allowed
Class
Code
Ids
allowed
Class
Codes
allowed
Product
Bundle
Ids
allowed
State
Codes
application
Field
Defaults
billing
channel
code
default
Application
Limit
Field
Values
default
Product
Bundle
Id
deployment
Status
display
Name
domain
Names
emails
id
lead
Page
Content
links
mailing
Address
name
organization
Id
parties
phone
Numbers
signatory
Name
theme
Overrides
Documentation
Loading...