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.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