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
/
PaymentWebhookRequest
Payment
Webhook
Request
@
Serializable
data
class
PaymentWebhookRequest
(
val
header
:
String
?
=
null
,
val
body
:
String
,
val
requestedAt
:
@
Serializable
(
with
=
InstantSerializer::class
)
Instant
?
=
null
)
웹훅 요청 정보
Members
Constructors
Payment
Webhook
Request
Link copied to clipboard
constructor
(
header
:
String
?
=
null
,
body
:
String
,
requestedAt
:
@
Serializable
(
with
=
InstantSerializer::class
)
Instant
?
=
null
)
Properties
body
Link copied to clipboard
val
body
:
String
요청 본문
header
Link copied to clipboard
val
header
:
String
?
요청 헤더
requested
At
Link copied to clipboard
val
requestedAt
:
@
Serializable
(
with
=
InstantSerializer::class
)
Instant
?
요청 시점