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