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 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.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)