PortOne Server SDK for JVM
Toggle table of contents
0.12.0
jvm
Platform filter
jvm
Switch theme
Search in API
PortOne Server SDK for JVM
PortOne Server SDK for JVM
/
io.portone.sdk.server.platform.accounttransfer
/
PlatformDepositAccountTransfer
/
PlatformDepositAccountTransfer
Platform
Deposit
Account
Transfer
constructor
(
id
:
String
,
currency
:
Currency
,
amount
:
Long
,
depositMemo
:
String
?
=
null
,
isForTest
:
Boolean
,
createdAt
:
@
Serializable
(
with
=
InstantSerializer::class
)
Instant
,
updatedAt
:
@
Serializable
(
with
=
InstantSerializer::class
)
Instant
,
depositorName
:
String
)