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.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
?
=
null
요청 헤더
requested
At
Link copied to clipboard
val
requestedAt
:
@
Serializable
(
with
=
InstantSerializer::class
)
Instant
?
=
null
요청 시점