Class CheckoutApi
java.lang.Object
travel.wink.sdk.booking.api.CheckoutApi
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-12-27T09:35:47.117628182+07:00[Asia/Bangkok]")
public class CheckoutApi
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<CheckoutResponseAuthenticatedEntity> checkout(CheckoutRequestAuthenticatedEntity checkoutRequestAuthenticatedEntity, String winkVersion) Prepare reactive Communicates shopping cart to TripPay.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CheckoutResponseAuthenticatedEntity>> checkoutWithHttpInfo(CheckoutRequestAuthenticatedEntity checkoutRequestAuthenticatedEntity, String winkVersion) Prepare reactive Communicates shopping cart to TripPay.org.springframework.web.reactive.function.client.WebClient.ResponseSpeccheckoutWithResponseSpec(CheckoutRequestAuthenticatedEntity checkoutRequestAuthenticatedEntity, String winkVersion) Prepare reactive Communicates shopping cart to TripPay.voidsetApiClient(ApiClient apiClient)
-
Constructor Details
-
CheckoutApi
public CheckoutApi() -
CheckoutApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
checkout
public reactor.core.publisher.Mono<CheckoutResponseAuthenticatedEntity> checkout(CheckoutRequestAuthenticatedEntity checkoutRequestAuthenticatedEntity, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Prepare reactive Communicates shopping cart to TripPay.403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
200 - OK
- Parameters:
checkoutRequestAuthenticatedEntity- The checkoutRequestAuthenticatedEntity parameterwinkVersion- The winkVersion parameter- Returns:
- CheckoutResponseAuthenticatedEntity
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
checkoutWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CheckoutResponseAuthenticatedEntity>> checkoutWithHttpInfo(CheckoutRequestAuthenticatedEntity checkoutRequestAuthenticatedEntity, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Prepare reactive Communicates shopping cart to TripPay.403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
200 - OK
- Parameters:
checkoutRequestAuthenticatedEntity- The checkoutRequestAuthenticatedEntity parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<CheckoutResponseAuthenticatedEntity>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
checkoutWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec checkoutWithResponseSpec(CheckoutRequestAuthenticatedEntity checkoutRequestAuthenticatedEntity, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Prepare reactive Communicates shopping cart to TripPay.403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
200 - OK
- Parameters:
checkoutRequestAuthenticatedEntity- The checkoutRequestAuthenticatedEntity parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-