PaymentWebhook

constructor(    paymentStatus: PaymentWebhookPaymentStatus? = null,     id: String,     status: PaymentWebhookStatus? = null,     url: String,     isAsync: Boolean? = null,     currentExecutionCount: Int? = null,     maxExecutionCount: Int? = null,     trigger: PaymentWebhookTrigger? = null,     request: PaymentWebhookRequest? = null,     response: PaymentWebhookResponse? = null,     triggeredAt: @Serializable(with = InstantSerializer::class) Instant? = null)