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.paymentschedule
/
RevokePaymentSchedulesResponse
Revoke
Payment
Schedules
Response
@
Serializable
data
class
RevokePaymentSchedulesResponse
(
val
revokedScheduleIds
:
List
<
String
>
,
val
revokedAt
:
@
Serializable
(
with
=
InstantSerializer::class
)
Instant
?
=
null
)
결제 예약 건 취소 성공 응답
Members
Constructors
Revoke
Payment
Schedules
Response
Link copied to clipboard
constructor
(
revokedScheduleIds
:
List
<
String
>
,
revokedAt
:
@
Serializable
(
with
=
InstantSerializer::class
)
Instant
?
=
null
)
Properties
revoked
At
Link copied to clipboard
val
revokedAt
:
@
Serializable
(
with
=
InstantSerializer::class
)
Instant
?
=
null
결제 예약 건 취소 완료 시점
revoked
Schedule
Ids
Link copied to clipboard
val
revokedScheduleIds
:
List
<
String
>
취소 완료된 결제 예약 건 아이디 목록