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) Create Webhook Create a new webhookorg.springframework.web.reactive.function.client.WebClient.ResponseSpecWebhookApi.createWebhookWithResponseSpec(UpsertWebhookRequest upsertWebhookRequest, String winkVersion) Create Webhook Create a new webhookreactor.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) Update Webhook Update an existing webhookorg.springframework.web.reactive.function.client.WebClient.ResponseSpecWebhookApi.updateWebhookWithResponseSpec(String id, UpsertWebhookRequest upsertWebhookRequest, String winkVersion) Update Webhook Update an existing webhook -
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)