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.transfer
/
PlatformPortOnePayment
Platform
Port
One
Payment
@
Serializable
@
SerialName
(
value
=
"PORT_ONE"
)
data
class
PlatformPortOnePayment
(
val
id
:
String
,
val
storeId
:
String
,
val
channelKey
:
String
,
val
orderName
:
String
,
val
method
:
PlatformPaymentMethod
?
=
null
,
val
currency
:
Currency
,
val
paidAt
:
@
Serializable
(
with
=
InstantSerializer::class
)
Instant
)
:
PlatformPayment.Recognized
포트원 결제 정보
Members
Constructors
Platform
Port
One
Payment
Link copied to clipboard
constructor
(
id
:
String
,
storeId
:
String
,
channelKey
:
String
,
orderName
:
String
,
method
:
PlatformPaymentMethod
?
=
null
,
currency
:
Currency
,
paidAt
:
@
Serializable
(
with
=
InstantSerializer::class
)
Instant
)
Properties
channel
Key
Link copied to clipboard
val
channelKey
:
String
채널 키
currency
Link copied to clipboard
open
override
val
currency
:
Currency
통화
id
Link copied to clipboard
open
override
val
id
:
String
결제 아이디
method
Link copied to clipboard
open
override
val
method
:
PlatformPaymentMethod
?
=
null
결제 수단
order
Name
Link copied to clipboard
open
override
val
orderName
:
String
주문 명
paid
At
Link copied to clipboard
open
override
val
paidAt
:
@
Serializable
(
with
=
InstantSerializer::class
)
Instant
결제 일시
store
Id
Link copied to clipboard
val
storeId
:
String
상점 아이디