Issued Cash Receipt
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)