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.payout
/
GetPlatformPayoutsResponse
Get
Platform
Payouts
Response
@
Serializable
data
class
GetPlatformPayoutsResponse
(
val
items
:
List
<
PlatformPayout
>
,
val
page
:
PageInfo
,
val
counts
:
PlatformPayoutStatusStats
)
Members
Constructors
Get
Platform
Payouts
Response
Link copied to clipboard
constructor
(
items
:
List
<
PlatformPayout
>
,
page
:
PageInfo
,
counts
:
PlatformPayoutStatusStats
)
Properties
counts
Link copied to clipboard
val
counts
:
PlatformPayoutStatusStats
items
Link copied to clipboard
val
items
:
List
<
PlatformPayout
>
page
Link copied to clipboard
val
page
:
PageInfo