Partial Cancelled Payment Event
constructor(id: String, paymentId: String, transactionId: String, merchantId: String, storeId: String, method: PaymentMethod? = null, channel: SelectedChannel, channelGroup: ChannelGroupSummary? = null, version: PortOneVersion, scheduleId: String? = null, webhooks: List<PaymentWebhook>? = null, requestedAt: @Serializable(with = InstantSerializer::class ) Instant, createdAt: @Serializable(with = InstantSerializer::class ) Instant, orderName: String, totalAmount: PaymentAmount, currency: Currency, customer: Customer, isCulturalExpense: Boolean? = null, escrow: PaymentEscrow? = null, products: List<PaymentProduct>? = null, productCount: Int? = null, customData: String? = null, country: Country? = null, pgTxId: String? = null, cashReceipt: PaymentCashReceipt? = null, receiptUrl: String? = null, cancellation: PaymentCancellation? = null, promotionId: String? = null, eventAmount: Long)