Uses of Class
travel.wink.sdk.booking.model.CheckoutRequestAuthenticatedEntity
Packages that use CheckoutRequestAuthenticatedEntity
-
Uses of CheckoutRequestAuthenticatedEntity in travel.wink.sdk.booking.api
Methods in travel.wink.sdk.booking.api with parameters of type CheckoutRequestAuthenticatedEntityModifier and TypeMethodDescriptionreactor.core.publisher.Mono<CheckoutResponseAuthenticatedEntity> CheckoutApi.checkout(CheckoutRequestAuthenticatedEntity checkoutRequestAuthenticatedEntity, String winkVersion) Prepare payment Communicates shopping cart to TripPay.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CheckoutResponseAuthenticatedEntity>> CheckoutApi.checkoutWithHttpInfo(CheckoutRequestAuthenticatedEntity checkoutRequestAuthenticatedEntity, String winkVersion) Prepare payment Communicates shopping cart to TripPay.org.springframework.web.reactive.function.client.WebClient.ResponseSpecCheckoutApi.checkoutWithResponseSpec(CheckoutRequestAuthenticatedEntity checkoutRequestAuthenticatedEntity, String winkVersion) Prepare payment Communicates shopping cart to TripPay. -
Uses of CheckoutRequestAuthenticatedEntity in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return CheckoutRequestAuthenticatedEntityModifier and TypeMethodDescriptionCheckoutRequestAuthenticatedEntity.engineConfigurationIdentifier(String engineConfigurationIdentifier) CheckoutRequestAuthenticatedEntity.redirectUrl(String redirectUrl) CheckoutRequestAuthenticatedEntity.shoppingCartIdentifier(String shoppingCartIdentifier)