CancelledCashReceipt

@Serializable
@SerialName(value = "CANCELLED")
data class CancelledCashReceipt(val merchantId: String, val storeId: String, val paymentId: String, val channel: SelectedChannel, val amount: Long, val taxFreeAmount: Long? = null, val vatAmount: Long? = null, val currency: Currency, val orderName: String, val isManual: Boolean, val type: CashReceiptType? = null, val pgReceiptId: String? = null, val issueNumber: String, val url: String? = null, val issuedAt: @Serializable(with = InstantSerializer::class) Instant, val cancelledAt: @Serializable(with = InstantSerializer::class) Instant) : CashReceipt.Recognized

발급 취소

Constructors

Link copied to clipboard
constructor(merchantId: String, storeId: String, paymentId: String, channel: SelectedChannel, amount: Long, taxFreeAmount: Long? = null, vatAmount: Long? = null, currency: Currency, orderName: String, isManual: Boolean, type: CashReceiptType? = null, pgReceiptId: String? = null, issueNumber: String, url: String? = null, issuedAt: @Serializable(with = InstantSerializer::class) Instant, cancelledAt: @Serializable(with = InstantSerializer::class) Instant)

Properties

Link copied to clipboard

결제 금액

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

취소 시점

Link copied to clipboard
open override val channel: SelectedChannel

현금영수증 발급에 사용된 채널

Link copied to clipboard

통화

Link copied to clipboard
open override val isManual: Boolean

수동 발급 여부

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

발급 시점

Link copied to clipboard

승인번호

Link copied to clipboard
open override val merchantId: String

고객사 아이디

Link copied to clipboard
open override val orderName: String

주문명

Link copied to clipboard
open override val paymentId: String

결제 건 아이디

Link copied to clipboard
val pgReceiptId: String? = null

PG사 현금영수증 아이디

Link copied to clipboard
open override val storeId: String

상점 아이디

Link copied to clipboard
val taxFreeAmount: Long? = null

면세액

Link copied to clipboard
val type: CashReceiptType? = null

현금영수증 유형

Link copied to clipboard
val url: String? = null

현금영수증 URL

Link copied to clipboard
val vatAmount: Long? = null

부가세액