Cancelled Cash Receipt
@Serializable
@SerialName(value = "CANCELLED" )
발급 취소
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)