PaymentCashReceiptStatus

@Serializable(with = PaymentCashReceiptStatusSerializer::class)
sealed interface PaymentCashReceiptStatus

결제건 내 현금영수증 상태

Inheritors

Types

Link copied to clipboard
@Serializable(with = PaymentCashReceiptStatus.CancelledSerializer::class)
data object Cancelled : PaymentCashReceiptStatus
Link copied to clipboard
@Serializable(with = PaymentCashReceiptStatus.IssuedSerializer::class)
data object Issued : PaymentCashReceiptStatus
Link copied to clipboard

현재 SDK 버전에서 알 수 없는 응답을 나타냅니다.

Properties

Link copied to clipboard
abstract val value: String