CancelledPaymentCashReceipt

constructor(issueNumber: String, totalAmount: Long, currency: Currency, issuedAt: @Serializable(with = InstantSerializer::class) Instant, cancelledAt: @Serializable(with = InstantSerializer::class) Instant, type: CashReceiptType? = null, pgReceiptId: String? = null, taxFreeAmount: Long? = null, url: String? = null)