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.payment
/
PaymentWebhookResponse
Payment
Webhook
Response
@
Serializable
data
class
PaymentWebhookResponse
(
val
code
:
String
,
val
header
:
String
,
val
body
:
String
,
val
respondedAt
:
@
Serializable
(
with
=
InstantSerializer::class
)
Instant
)
웹훅 응답 정보
Members
Constructors
Payment
Webhook
Response
Link copied to clipboard
constructor
(
code
:
String
,
header
:
String
,
body
:
String
,
respondedAt
:
@
Serializable
(
with
=
InstantSerializer::class
)
Instant
)
Properties
body
Link copied to clipboard
val
body
:
String
응답 본문
code
Link copied to clipboard
val
code
:
String
응답 HTTP 코드
header
Link copied to clipboard
val
header
:
String
응답 헤더
responded
At
Link copied to clipboard
val
respondedAt
:
@
Serializable
(
with
=
InstantSerializer::class
)
Instant
응답 시점