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
Platform
Deposit
Account
Transfer
@
Serializable
@
SerialName
(
value
=
"DEPOSIT"
)
data
class
PlatformDepositAccountTransfer
(
val
id
:
String
,
val
currency
:
Currency
,
val
amount
:
Long
,
val
depositMemo
:
String
?
=
null
,
val
isForTest
:
Boolean
,
val
createdAt
:
@
Serializable
(
with
=
InstantSerializer::class
)
Instant
,
val
updatedAt
:
@
Serializable
(
with
=
InstantSerializer::class
)
Instant
,
val
depositorName
:
String
)
:
PlatformAccountTransfer.Recognized
Members
Constructors
Platform
Deposit
Account
Transfer
Link copied to clipboard
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
)
Properties
amount
Link copied to clipboard
open
override
val
amount
:
Long
금액
created
At
Link copied to clipboard
open
override
val
createdAt
:
@
Serializable
(
with
=
InstantSerializer::class
)
Instant
생성 일자
currency
Link copied to clipboard
open
override
val
currency
:
Currency
통화
deposit
Memo
Link copied to clipboard
open
override
val
depositMemo
:
String
?
=
null
입금 계좌 적요
depositor
Name
Link copied to clipboard
val
depositorName
:
String
입금자명
id
Link copied to clipboard
open
override
val
id
:
String
계좌 이체 아이디
is
For
Test
Link copied to clipboard
open
override
val
isForTest
:
Boolean
updated
At
Link copied to clipboard
open
override
val
updatedAt
:
@
Serializable
(
with
=
InstantSerializer::class
)
Instant
수정 일자