IssuedCashReceipt

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

발급 완료

Constructors

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

Properties

Link copied to clipboard

결제 금액

Link copied to clipboard

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

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

부가세액