Package io.trippay.sdk.payment.api
Class PayoutApi
java.lang.Object
io.trippay.sdk.payment.api.PayoutApi
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-04-15T11:49:21.247312276+07:00[Asia/Bangkok]")
public class PayoutApi
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<CreateIssuingCardEphemeralKeyResponse> createEphemeralKey(CreateIssuingCardEphemeralKeyRequest createIssuingCardEphemeralKeyRequest, String winkVersion) Create Stripe ephemeral key Ephemeral keys are required to do display an issuing card to the user, among other things.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CreateIssuingCardEphemeralKeyResponse>> createEphemeralKeyWithHttpInfo(CreateIssuingCardEphemeralKeyRequest createIssuingCardEphemeralKeyRequest, String winkVersion) Create Stripe ephemeral key Ephemeral keys are required to do display an issuing card to the user, among other things.org.springframework.web.reactive.function.client.WebClient.ResponseSpeccreateEphemeralKeyWithResponseSpec(CreateIssuingCardEphemeralKeyRequest createIssuingCardEphemeralKeyRequest, String winkVersion) Create Stripe ephemeral key Ephemeral keys are required to do display an issuing card to the user, among other things.voidsetApiClient(ApiClient apiClient)
-
Constructor Details
-
PayoutApi
public PayoutApi() -
PayoutApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
createEphemeralKey
public reactor.core.publisher.Mono<CreateIssuingCardEphemeralKeyResponse> createEphemeralKey(CreateIssuingCardEphemeralKeyRequest createIssuingCardEphemeralKeyRequest, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Create Stripe ephemeral key Ephemeral keys are required to do display an issuing card to the user, among other things.201 - Created
- Parameters:
createIssuingCardEphemeralKeyRequest- The createIssuingCardEphemeralKeyRequest parameterwinkVersion- The winkVersion parameter- Returns:
- CreateIssuingCardEphemeralKeyResponse
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
createEphemeralKeyWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CreateIssuingCardEphemeralKeyResponse>> createEphemeralKeyWithHttpInfo(CreateIssuingCardEphemeralKeyRequest createIssuingCardEphemeralKeyRequest, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Create Stripe ephemeral key Ephemeral keys are required to do display an issuing card to the user, among other things.201 - Created
- Parameters:
createIssuingCardEphemeralKeyRequest- The createIssuingCardEphemeralKeyRequest parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<CreateIssuingCardEphemeralKeyResponse>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
createEphemeralKeyWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec createEphemeralKeyWithResponseSpec(CreateIssuingCardEphemeralKeyRequest createIssuingCardEphemeralKeyRequest, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Create Stripe ephemeral key Ephemeral keys are required to do display an issuing card to the user, among other things.201 - Created
- Parameters:
createIssuingCardEphemeralKeyRequest- The createIssuingCardEphemeralKeyRequest parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-