Uses of Class
io.trippay.sdk.payment.model.UpsertWebhookRequest
Packages that use UpsertWebhookRequest
-
Uses of UpsertWebhookRequest in io.trippay.sdk.payment.api
Methods in io.trippay.sdk.payment.api with parameters of type UpsertWebhookRequestModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Webhook>WebhookApi.createWebhook(UpsertWebhookRequest upsertWebhookRequest, String winkVersion) Create Webhook Create a new webhookreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Webhook>>WebhookApi.createWebhookWithHttpInfo(UpsertWebhookRequest upsertWebhookRequest, String winkVersion) reactor.core.publisher.Mono<Webhook>WebhookApi.updateWebhook(String id, UpsertWebhookRequest upsertWebhookRequest, String winkVersion) Update Webhook Update an existing webhookreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Webhook>>WebhookApi.updateWebhookWithHttpInfo(String id, UpsertWebhookRequest upsertWebhookRequest, String winkVersion) -
Uses of UpsertWebhookRequest in io.trippay.sdk.payment.model
Methods in io.trippay.sdk.payment.model that return UpsertWebhookRequestModifier and TypeMethodDescriptionUpsertWebhookRequest.addEventListItem(String eventListItem) UpsertWebhookRequest.entity(ManagingEntity entity)