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 default org.springframework.http.ResponseEntity<Void>WebhookApi. notifyWebhookEvent(String contentSignature, @Valid Event event)POST /webhook : Notify of an eventdefault org.springframework.http.ResponseEntity<Void>WebhookApiDelegate. notifyWebhookEvent(String contentSignature, Event event)POST /webhook : 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 eventclassPaymentCashChangedEvent about change of payment amount on the provider's sideclassPaymentFailedAn event of unsuccessful completion of payment with a reason, e.g.classPaymentInteractionCompletedEvent about request user interaction completedclassPaymentInteractionRequestedEvent about request user interactionclassPaymentProcessedPayment 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)