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
RecoupableTerm
Interface RecoupableTerm
export RecoupableTerm
interface
RecoupableTerm
{
$entity
?:
null
|
string
;
amount
?:
number
;
balance
?:
number
;
descendents
?:
null
|
BaseTermsDescendentsInner
[]
;
description
?:
null
|
string
;
from
?:
AccountUserPersona
;
header
?:
TermHeader
;
id
?:
null
|
string
;
maximum_take
?:
number
;
meta_data
?:
null
|
{
[
key
:
string
]
:
string
|
null
;
}
;
payout
?:
PayoutTerm
;
previous_balance
?:
TermBalance
;
scope
?:
TermScope
;
take_method
?:
TakeMethod
;
to
?:
AccountUserPersona
;
}
Hierarchy (
view full
)
BaseTerms
RecoupableTerm
Index
Properties
$entity?
amount?
balance?
descendents?
description?
from?
header?
id?
maximum_
take?
meta_
data?
payout?
previous_
balance?
scope?
take_
method?
to?
Properties
Optional
$entity
$entity
?:
null
|
string
Optional
amount
amount
?:
number
Optional
balance
balance
?:
number
Optional
descendents
descendents
?:
null
|
BaseTermsDescendentsInner
[]
Optional
description
description
?:
null
|
string
Optional
from
from
?:
AccountUserPersona
Optional
header
header
?:
TermHeader
Optional
id
id
?:
null
|
string
Optional
maximum_
take
maximum_
take
?:
number
Optional
meta_
data
meta_
data
?:
null
|
{
[
key
:
string
]
:
string
|
null
;
}
Optional
payout
payout
?:
PayoutTerm
Optional
previous_
balance
previous_
balance
?:
TermBalance
Optional
scope
scope
?:
TermScope
Optional
take_
method
take_
method
?:
TakeMethod
Optional
to
to
?:
AccountUserPersona
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
$entity
amount
balance
descendents
description
from
header
id
maximum_
take
meta_
data
payout
previous_
balance
scope
take_
method
to
@mozaic-io/mozaic-sdk-node - v1.0.2-alpha.4
Loading...
export RecoupableTerm