Worldline Connect Node.js SDK
Preparing search index...
v1/model/domain
PayoutResponse
Interface PayoutResponse
interface
PayoutResponse
{
id
?:
string
|
null
;
payoutOutput
?:
OrderOutput
|
null
;
status
?:
string
|
null
;
statusOutput
?:
OrderStatusOutput
|
null
;
}
Hierarchy (
View Summary
)
PayoutResult
PayoutResponse
Index
Properties
id?
payout
Output?
status?
status
Output?
Properties
Optional
id
id
?:
string
|
null
Optional
payout
Output
payoutOutput
?:
OrderOutput
|
null
Optional
status
status
?:
string
|
null
Optional
status
Output
statusOutput
?:
OrderStatusOutput
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
payout
Output
status
status
Output
Worldline Connect Node.js SDK
Loading...