toggle menu
PortOne Server SDK for JVM
0.8.1
jvm
switch theme
search in API
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