CancelCashReceiptResponse

@Serializable
data class CancelCashReceiptResponse(val cancelledAmount: Long, val cancelledAt: @Serializable(with = InstantSerializer::class) Instant)

현금 영수증 취소 성공 응답

Constructors

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

Properties

Link copied to clipboard

취소 금액

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

현금 영수증 취소 완료 시점