Worldline Connect Node.js SDK
Preparing search index...
v1/model/domain
FindPayoutsResponse
Interface FindPayoutsResponse
interface
FindPayoutsResponse
{
limit
?:
number
|
null
;
offset
?:
number
|
null
;
payouts
?:
PayoutResult
[]
|
null
;
totalCount
?:
number
|
null
;
}
Index
Properties
limit?
offset?
payouts?
total
Count?
Properties
Optional
limit
limit
?:
number
|
null
Optional
offset
offset
?:
number
|
null
Optional
payouts
payouts
?:
PayoutResult
[]
|
null
Optional
total
Count
totalCount
?:
number
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
limit
offset
payouts
total
Count
Worldline Connect Node.js SDK
Loading...