Preparing search index...
The search index is not available
@mozaic-io/mozaic-sdk-node - v1.0.2-alpha.4
@mozaic-io/mozaic-sdk-node
api/api
Income
Interface Income
export Income
interface
Income
{
$entity
?:
null
|
string
;
connector_id
?:
null
|
string
;
connector_name
?:
null
|
string
;
descendents
?:
null
|
BaseTermsDescendentsInner
[]
;
description
?:
null
|
string
;
header
?:
TermHeader
;
id
?:
null
|
string
;
meta_data
?:
null
|
{
[
key
:
string
]
:
string
|
null
;
}
;
payout
?:
PayoutTerm
;
previous_balance
?:
TermBalance
;
scope
?:
TermScope
;
}
Hierarchy (
view full
)
BaseTerms
Income
Index
Properties
$entity?
connector_
id?
connector_
name?
descendents?
description?
header?
id?
meta_
data?
payout?
previous_
balance?
scope?
Properties
Optional
$entity
$entity
?:
null
|
string
Optional
connector_
id
connector_
id
?:
null
|
string
Optional
connector_
name
connector_
name
?:
null
|
string
Optional
descendents
descendents
?:
null
|
BaseTermsDescendentsInner
[]
Optional
description
description
?:
null
|
string
Optional
header
header
?:
TermHeader
Optional
id
id
?:
null
|
string
Optional
meta_
data
meta_
data
?:
null
|
{
[
key
:
string
]
:
string
|
null
;
}
Optional
payout
payout
?:
PayoutTerm
Optional
previous_
balance
previous_
balance
?:
TermBalance
Optional
scope
scope
?:
TermScope
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
$entity
connector_
id
connector_
name
descendents
description
header
id
meta_
data
payout
previous_
balance
scope
@mozaic-io/mozaic-sdk-node - v1.0.2-alpha.4
Loading...
export Income