Cancelled Cash Receipt
@Serializable
@SerialName(value = "CANCELLED" )
발급 취소
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, cancelledAt: @Serializable(with = InstantSerializer::class ) Instant, taxFreeAmount: Long? = null, vatAmount: Long? = null, type: CashReceiptType? = null, pgReceiptId: String? = null, url: String? = null)