PaymentWebhook

constructor(id: String, url: String, paymentStatus: PaymentWebhookPaymentStatus? = null, status: PaymentWebhookStatus? = null, 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)