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
Orchestration
Interface Orchestration
export Orchestration
interface
Orchestration
{
account_id
?:
null
|
string
;
created_at
?:
string
;
funding_source
?:
FundingSource
;
id
?:
null
|
string
;
mode
?:
OrchestrationMode
;
payment_pushes
?:
null
|
PaymentPushCreateDeets
[]
;
short_id
?:
null
|
string
;
status
?:
OrchestrationStatus
;
user_id
?:
null
|
string
;
}
Index
Properties
account_
id?
created_
at?
funding_
source?
id?
mode?
payment_
pushes?
short_
id?
status?
user_
id?
Properties
Optional
account_
id
account_
id
?:
null
|
string
Optional
created_
at
created_
at
?:
string
Optional
funding_
source
funding_
source
?:
FundingSource
Optional
id
id
?:
null
|
string
Optional
mode
mode
?:
OrchestrationMode
Optional
payment_
pushes
payment_
pushes
?:
null
|
PaymentPushCreateDeets
[]
Optional
short_
id
short_
id
?:
null
|
string
Optional
status
status
?:
OrchestrationStatus
Optional
user_
id
user_
id
?:
null
|
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
account_
id
created_
at
funding_
source
id
mode
payment_
pushes
short_
id
status
user_
id
@mozaic-io/mozaic-sdk-node - v1.0.2-alpha.4
Loading...
export Orchestration