Preparing search index...
The search index is not available
cooptypes - v0.5.26
cooptypes
Cooperative
Model
ICooperativeData
Interface ICooperativeData
interface
ICooperativeData
{
bank_account
:
IBankAccount
;
chairman
:
IIndividualData
;
city
:
string
;
country
:
Country
;
details
:
Details
;
email
:
string
;
full_address
:
string
;
full_name
:
string
;
initial
:
string
;
is_branched
:
boolean
;
is_cooperative
:
boolean
;
members
:
MembersData
[]
;
minimum
:
string
;
phone
:
string
;
registration
:
string
;
represented_by
:
{
based_on
:
string
;
first_name
:
string
;
last_name
:
string
;
middle_name
:
string
;
position
:
string
;
}
;
short_name
:
string
;
totalMembers
:
number
;
type
:
"coop"
|
"ooo"
|
"oao"
|
"zao"
|
"pao"
|
"ao"
;
}
Hierarchy (
view full
)
IOrganizationData
ICooperativeData
Index
Properties
bank_
account
chairman
city
country
details
email
full_
address
full_
name
initial
is_
branched
is_
cooperative
members
minimum
phone
registration
represented_
by
short_
name
total
Members
type
Properties
bank_
account
bank_
account
:
IBankAccount
chairman
chairman
:
IIndividualData
city
city
:
string
country
country
:
Country
details
details
:
Details
email
email
:
string
full_
address
full_
address
:
string
full_
name
full_
name
:
string
initial
initial
:
string
is_
branched
is_
branched
:
boolean
is_
cooperative
is_
cooperative
:
boolean
members
members
:
MembersData
[]
minimum
minimum
:
string
phone
phone
:
string
registration
registration
:
string
represented_
by
represented_
by
:
{
based_on
:
string
;
first_name
:
string
;
last_name
:
string
;
middle_name
:
string
;
position
:
string
;
}
Type declaration
based_
on
:
string
first_
name
:
string
last_
name
:
string
middle_
name
:
string
position
:
string
short_
name
short_
name
:
string
total
Members
total
Members
:
number
type
type
:
"coop"
|
"ooo"
|
"oao"
|
"zao"
|
"pao"
|
"ao"
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
bank_
account
chairman
city
country
details
email
full_
address
full_
name
initial
is_
branched
is_
cooperative
members
minimum
phone
registration
represented_
by
short_
name
total
Members
type
cooptypes - v0.5.26
Loading...