PlatformOrderTransferCancellation

@Serializable
data class PlatformOrderTransferCancellation(val id: String, val cancelledAt: @Serializable(with = InstantSerializer::class) Instant)

주문 취소 정보

Constructors

Link copied to clipboard
constructor(id: String, cancelledAt: @Serializable(with = InstantSerializer::class) Instant)

Properties

Link copied to clipboard
val cancelledAt: @Serializable(with = InstantSerializer::class) Instant

취소 일시

Link copied to clipboard
val id: String

주문 취소 아이디