Uses of Class
travel.wink.sdk.booking.model.CheckoutResponseAuthenticatedEntity
Packages that use CheckoutResponseAuthenticatedEntity
-
Uses of CheckoutResponseAuthenticatedEntity in travel.wink.sdk.booking.api
Methods in travel.wink.sdk.booking.api that return types with arguments of type CheckoutResponseAuthenticatedEntityModifier and TypeMethodDescriptionreactor.core.publisher.Mono<CheckoutResponseAuthenticatedEntity> CheckoutApi.checkout(CheckoutRequestAuthenticatedEntity checkoutRequestAuthenticatedEntity, String winkVersion) Prepare reactive Communicates shopping cart to TripPay.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CheckoutResponseAuthenticatedEntity>> CheckoutApi.checkoutWithHttpInfo(CheckoutRequestAuthenticatedEntity checkoutRequestAuthenticatedEntity, String winkVersion) Prepare reactive Communicates shopping cart to TripPay. -
Uses of CheckoutResponseAuthenticatedEntity in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return CheckoutResponseAuthenticatedEntityModifier and TypeMethodDescriptionCheckoutResponseAuthenticatedEntity._list(List<PayableContractResponseAuthenticatedEntity> _list) CheckoutResponseAuthenticatedEntity.addListItem(PayableContractResponseAuthenticatedEntity _listItem)