Uses of Class
dev.vality.swag.wallets.webhook.events.model.Event
| Package | Description |
|---|---|
| dev.vality.swag.wallets.webhook.events.api | |
| dev.vality.swag.wallets.webhook.events.model |
-
Uses of Event in dev.vality.swag.wallets.webhook.events.api
Methods in dev.vality.swag.wallets.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.wallets.webhook.events.model
Subclasses of Event in dev.vality.swag.wallets.webhook.events.model Modifier and Type Class Description classDestinationAuthorizedChanging the status of the destination receiver to authorizedclassDestinationCreatedDestination creation eventclassDestinationUnauthorizedChanging the status of the destination receiver to unauthorizedclassWithdrawalFailedUnsuccessful withdrawal eventclassWithdrawalStartedWithdrawal start eventclassWithdrawalSucceededSuccessful withdrawal eventMethods in dev.vality.swag.wallets.webhook.events.model that return Event Modifier and Type Method Description EventEvent. eventID(String eventID)EventEvent. eventType(Event.EventTypeEnum eventType)EventEvent. occuredAt(OffsetDateTime occuredAt)EventEvent. topic(Event.TopicEnum topic)