FailedPaymentCancellation

constructor(id: String, totalAmount: Long, taxFreeAmount: Long, vatAmount: Long, reason: String, requestedAt: @Serializable(with = InstantSerializer::class) Instant, pgCancellationId: String? = null, easyPayDiscountAmount: Long? = null, cancelledAt: @Serializable(with = InstantSerializer::class) Instant? = null)