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
/
PlatformAccountTransferStatusStats
Platform
Account
Transfer
Status
Stats
@
Serializable
data
class
PlatformAccountTransferStatusStats
(
val
prepared
:
Long
,
val
scheduled
:
Long
,
val
cancelled
:
Long
,
val
stopped
:
Long
,
val
processing
:
Long
,
val
asyncProcessing
:
Long
,
val
succeeded
:
Long
,
val
failed
:
Long
)
Members
Constructors
Platform
Account
Transfer
Status
Stats
Link copied to clipboard
constructor
(
prepared
:
Long
,
scheduled
:
Long
,
cancelled
:
Long
,
stopped
:
Long
,
processing
:
Long
,
asyncProcessing
:
Long
,
succeeded
:
Long
,
failed
:
Long
)
Properties
async
Processing
Link copied to clipboard
val
asyncProcessing
:
Long
cancelled
Link copied to clipboard
val
cancelled
:
Long
failed
Link copied to clipboard
val
failed
:
Long
prepared
Link copied to clipboard
val
prepared
:
Long
processing
Link copied to clipboard
val
processing
:
Long
scheduled
Link copied to clipboard
val
scheduled
:
Long
stopped
Link copied to clipboard
val
stopped
:
Long
succeeded
Link copied to clipboard
val
succeeded
:
Long