Preparing search index...
The search index is not available
d4h-typescript
d4h-typescript
Member
Interface Member
interface
Member
{
address
:
string
;
custom_fields
?:
CustomField
[]
;
email
:
null
|
string
;
emergency_contacts
:
EmergencyContact
[]
;
group_ids
:
null
|
number
[]
;
homephone
:
string
;
id
:
number
;
joined_at
:
string
;
mobilephone
:
string
;
name
:
string
;
notes
:
null
|
string
;
position
:
string
;
ref
:
string
;
status
:
MemberStatus
;
type
:
EntityType
;
workphone
:
string
;
}
Hierarchy
Entity
Member
Index
Properties
address
custom_
fields?
email
emergency_
contacts
group_
ids
homephone
id
joined_
at
mobilephone
name
notes
position
ref
status
type
workphone
Properties
address
address
:
string
Optional
custom_
fields
custom_fields
?:
CustomField
[]
email
email
:
null
|
string
emergency_
contacts
emergency_contacts
:
EmergencyContact
[]
group_
ids
group_ids
:
null
|
number
[]
homephone
homephone
:
string
id
id
:
number
joined_
at
joined_at
:
string
mobilephone
mobilephone
:
string
name
name
:
string
notes
notes
:
null
|
string
position
position
:
string
ref
ref
:
string
status
status
:
MemberStatus
type
type
:
EntityType
workphone
workphone
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
address
custom_
fields
email
emergency_
contacts
group_
ids
homephone
id
joined_
at
mobilephone
name
notes
position
ref
status
type
workphone
d4h-typescript
Loading...