Uses of Class
io.trippay.sdk.payment.model.SendNotification
Packages that use SendNotification
-
Uses of SendNotification in io.trippay.sdk.payment.api
Methods in io.trippay.sdk.payment.api with parameters of type SendNotificationModifier and TypeMethodDescriptionreactor.core.publisher.Flux<Notification> SendNotificationControllerApi.createNotification(SendNotification sendNotification, String winkVersion) 201 - Createdreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<Notification>>> SendNotificationControllerApi.createNotificationWithHttpInfo(SendNotification sendNotification, String winkVersion) 201 - Createdorg.springframework.web.reactive.function.client.WebClient.ResponseSpecSendNotificationControllerApi.createNotificationWithResponseSpec(SendNotification sendNotification, String winkVersion) 201 - Created -
Uses of SendNotification in io.trippay.sdk.payment.model
Methods in io.trippay.sdk.payment.model that return SendNotificationModifier and TypeMethodDescriptionSendNotification.addIdentifiersItem(String identifiersItem) SendNotification.application(SendNotification.ApplicationEnum application) SendNotification.identifiers(List<String> identifiers) SendNotification.messageTemplateId(String messageTemplateId) SendNotification.notifyViaEmail(Boolean notifyViaEmail) SendNotification.priority(SendNotification.PriorityEnum priority) SendNotification.recipientType(SendNotification.RecipientTypeEnum recipientType) SendNotification.type(SendNotification.TypeEnum type)