Documentation
Preparing search index...
ts-engine/src
Carrier
Interface Carrier
interface
Carrier
{
brandName
:
string
;
code
:
string
;
description
?:
string
;
email
?:
string
;
id
:
string
;
isExternal
:
boolean
;
mailingAddress
?:
Address
;
naicsCode
:
string
;
name
:
string
;
phoneNumber
?:
string
;
policyPrefix
:
string
;
status
:
ACTIVITY_STATUS
;
}
Hierarchy
Pick
<
BaseObject
<
CARRIER
,
ACTIVITY_STATUS
>
,
"id"
|
"status"
>
Carrier
Index
Properties
brand
Name
code
description?
email?
id
is
External
mailing
Address?
naics
Code
name
phone
Number?
policy
Prefix
status
Properties
brand
Name
brandName
:
string
code
code
:
string
Optional
description
description
?:
string
Optional
email
email
?:
string
id
id
:
string
is
External
isExternal
:
boolean
Optional
mailing
Address
mailingAddress
?:
Address
naics
Code
naicsCode
:
string
name
name
:
string
Optional
phone
Number
phoneNumber
?:
string
policy
Prefix
policyPrefix
:
string
status
status
:
ACTIVITY_STATUS
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
brand
Name
code
description
email
id
is
External
mailing
Address
naics
Code
name
phone
Number
policy
Prefix
status
Documentation
Loading...