RevokePaymentSchedulesResponse

@Serializable
data class RevokePaymentSchedulesResponse(val revokedScheduleIds: List<String>, val revokedAt: @Serializable(with = InstantSerializer::class) Instant? = null)

결제 예약 건 취소 성공 응답

Constructors

Link copied to clipboard
constructor(revokedScheduleIds: List<String>, revokedAt: @Serializable(with = InstantSerializer::class) Instant? = null)

Properties

Link copied to clipboard
val revokedAt: @Serializable(with = InstantSerializer::class) Instant? = null

결제 예약 건 취소 완료 시점

Link copied to clipboard

취소 완료된 결제 예약 건 아이디 목록