Uses of Class
dev.vality.swag_webhook_events.model.Event
| Package | Description |
|---|---|
| dev.vality.swag_webhook_events.api | |
| dev.vality.swag_webhook_events.model |
-
Uses of Event in dev.vality.swag_webhook_events.api
Methods in dev.vality.swag_webhook_events.api with parameters of type Event Modifier and Type Method Description voidEventNotificationsApi. notifyWebhookEvent(String contentSignature, Event event)Notify of an eventorg.springframework.http.ResponseEntity<Void>EventNotificationsApi. notifyWebhookEventWithHttpInfo(String contentSignature, Event event)Notify of an event -
Uses of Event in dev.vality.swag_webhook_events.model
Subclasses of Event in dev.vality.swag_webhook_events.model Modifier and Type Class Description classCustomerBindingFailedEvent about unsuccessful binding of the customer to the payment toolclassCustomerBindingStartedCustomer binding creation eventclassCustomerBindingSucceededEvent about successful binding of the customer to the payment toolclassCustomerCreatedCustomer creation eventclassCustomerDeletedCustomer deletion eventclassCustomerReadyEvent on the occurrence of the customer's readiness to make paymentclassInvoiceCancelledInvoice cancellation event with reason, e.g.classInvoiceCreatedInvoice creation eventclassInvoiceFulfilledInvoice fulfillment eventclassInvoicePaidThe event of full payment of an invoice, which is the reason to start providing goods or services to the payerclassPaymentCancelledPayment cancelation event, as a result of which the charge of funds from the payer is canceledclassPaymentCapturedPayment successful completion eventclassPaymentFailedAn event of unsuccessful completion of payment with a reason, e.g.classPaymentProcessedPayment processing success eventclassPaymentRefundedSuccessful payment refund eventclassPaymentStartedInvoice payment start eventclassRefundCreatedPayment refund start eventclassRefundFailedEvent of unsuccessful completion of a refundclassRefundPendingRefund pending status eventclassRefundSucceededEvent of successful completion of a refundMethods in dev.vality.swag_webhook_events.model that return Event Modifier and Type Method Description EventEvent. eventID(Integer eventID)EventEvent. eventType(Event.EventTypeEnum eventType)EventEvent. occuredAt(OffsetDateTime occuredAt)EventEvent. topic(Event.TopicEnum topic)