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
/
PlatformBulkPayoutStatusStats
Platform
Bulk
Payout
Status
Stats
@
Serializable
data
class
PlatformBulkPayoutStatusStats
(
val
preparing
:
Long
,
val
prepared
:
Long
,
val
ongoing
:
Long
,
val
postProcessPending
:
Long
,
val
completed
:
Long
,
val
cancelled
:
Long
)
Members
Constructors
Platform
Bulk
Payout
Status
Stats
Link copied to clipboard
constructor
(
preparing
:
Long
,
prepared
:
Long
,
ongoing
:
Long
,
postProcessPending
:
Long
,
completed
:
Long
,
cancelled
:
Long
)
Properties
cancelled
Link copied to clipboard
val
cancelled
:
Long
completed
Link copied to clipboard
val
completed
:
Long
ongoing
Link copied to clipboard
val
ongoing
:
Long
post
Process
Pending
Link copied to clipboard
val
postProcessPending
:
Long
prepared
Link copied to clipboard
val
prepared
:
Long
preparing
Link copied to clipboard
val
preparing
:
Long