PortOne Server SDK for JVM
Toggle table of contents
0.23.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
PortOne Server SDK for JVM
PortOne Server SDK for JVM
/
io.portone.sdk.server.platform.bulkpayout
/
GetPlatformBulkPayoutsResponse
Get
Platform
Bulk
Payouts
Response
@
Serializable
data
class
GetPlatformBulkPayoutsResponse
(
val
items
:
List
<
PlatformBulkPayout
>
,
val
page
:
PageInfo
,
val
counts
:
PlatformBulkPayoutStatusStats
)
Members
Constructors
Get
Platform
Bulk
Payouts
Response
Link copied to clipboard
constructor
(
items
:
List
<
PlatformBulkPayout
>
,
page
:
PageInfo
,
counts
:
PlatformBulkPayoutStatusStats
)
Properties
counts
Link copied to clipboard
val
counts
:
PlatformBulkPayoutStatusStats
items
Link copied to clipboard
val
items
:
List
<
PlatformBulkPayout
>
page
Link copied to clipboard
val
page
:
PageInfo