Documentation
Preparing search index...
ts-engine/src
Product
Interface Product
interface
Product
{
allowedStateCodes
:
StateCode
[]
;
defaultRaterId
:
string
;
iconUrl
?:
string
;
id
:
string
;
isExternal
:
boolean
;
isPhoneBind
:
boolean
;
isRequired
:
boolean
;
name
:
string
;
raterSelectionRules
:
ProductRaterSelectionRule
[]
;
status
:
ACTIVITY_STATUS
;
}
Hierarchy
Pick
<
BaseObject
<
PRODUCT
,
ACTIVITY_STATUS
>
,
"id"
|
"status"
>
Pick
<
Carrier
,
"isExternal"
>
Product
Index
Properties
allowed
State
Codes
default
Rater
Id
icon
Url?
id
is
External
is
Phone
Bind
is
Required
name
rater
Selection
Rules
status
Properties
allowed
State
Codes
allowedStateCodes
:
StateCode
[]
default
Rater
Id
defaultRaterId
:
string
Optional
icon
Url
iconUrl
?:
string
id
id
:
string
is
External
isExternal
:
boolean
is
Phone
Bind
isPhoneBind
:
boolean
is
Required
isRequired
:
boolean
name
name
:
string
rater
Selection
Rules
raterSelectionRules
:
ProductRaterSelectionRule
[]
status
status
:
ACTIVITY_STATUS
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allowed
State
Codes
default
Rater
Id
icon
Url
id
is
External
is
Phone
Bind
is
Required
name
rater
Selection
Rules
status
Documentation
Loading...