Package io.trippay.sdk.payment.api
Class AdministrationAccountControllerApi
java.lang.Object
io.trippay.sdk.payment.api.AdministrationAccountControllerApi
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-03-06T15:20:29.359634909+07:00[Asia/Bangkok]")
public class AdministrationAccountControllerApi
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<Account>createAccountAcquirer(String id, UpsertAccountAcquirerRequest upsertAccountAcquirerRequest, String winkVersion) Create Account Acquirer Create account acquirer entryreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Account>>createAccountAcquirerWithHttpInfo(String id, UpsertAccountAcquirerRequest upsertAccountAcquirerRequest, String winkVersion) reactor.core.publisher.Mono<Account>createAccountTask(String id, UpsertAccountTaskRequest upsertAccountTaskRequest, String winkVersion) Create Account Task Create account task entryreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Account>>createAccountTaskWithHttpInfo(String id, UpsertAccountTaskRequest upsertAccountTaskRequest, String winkVersion) reactor.core.publisher.Mono<Account>removeAccountAcquirer(String id, String acquirerId, String winkVersion) Remove Account Acquirer Remove an existing account acquirer entryreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Account>>removeAccountAcquirerWithHttpInfo(String id, String acquirerId, String winkVersion) reactor.core.publisher.Mono<Account>removeAccountTask(String id, String taskId, String winkVersion) Remove Account Task Remove an existing account task entryreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Account>>removeAccountTaskWithHttpInfo(String id, String taskId, String winkVersion) voidsetApiClient(ApiClient apiClient) reactor.core.publisher.Mono<Account>updateAccountAcquirer(String id, String acquirerId, UpsertAccountAcquirerRequest upsertAccountAcquirerRequest, String winkVersion) Update Account Acquirer Update an existing account acquirer entryreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Account>>updateAccountAcquirerWithHttpInfo(String id, String acquirerId, UpsertAccountAcquirerRequest upsertAccountAcquirerRequest, String winkVersion) reactor.core.publisher.Mono<Account>updateAccountStatus(String id, UpdateAccountStatusRequest updateAccountStatusRequest, String winkVersion) Update Account Status Update account statusreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Account>>updateAccountStatusWithHttpInfo(String id, UpdateAccountStatusRequest updateAccountStatusRequest, String winkVersion) reactor.core.publisher.Mono<Account>updateAccountTask(String id, String taskId, UpsertAccountTaskRequest upsertAccountTaskRequest, String winkVersion) Update Account Task Update an existing account task entryreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Account>>updateAccountTaskWithHttpInfo(String id, String taskId, UpsertAccountTaskRequest upsertAccountTaskRequest, String winkVersion)
-
Constructor Details
-
AdministrationAccountControllerApi
public AdministrationAccountControllerApi() -
AdministrationAccountControllerApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
createAccountAcquirer
public reactor.core.publisher.Mono<Account> createAccountAcquirer(String id, UpsertAccountAcquirerRequest upsertAccountAcquirerRequest, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Create Account Acquirer Create account acquirer entry201 - Created
- Parameters:
id- The id parameterupsertAccountAcquirerRequest- The upsertAccountAcquirerRequest parameterwinkVersion- The winkVersion parameter- Returns:
- Account
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
createAccountAcquirerWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Account>> createAccountAcquirerWithHttpInfo(String id, UpsertAccountAcquirerRequest upsertAccountAcquirerRequest, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
createAccountTask
public reactor.core.publisher.Mono<Account> createAccountTask(String id, UpsertAccountTaskRequest upsertAccountTaskRequest, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Create Account Task Create account task entry201 - Created
- Parameters:
id- The id parameterupsertAccountTaskRequest- The upsertAccountTaskRequest parameterwinkVersion- The winkVersion parameter- Returns:
- Account
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
createAccountTaskWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Account>> createAccountTaskWithHttpInfo(String id, UpsertAccountTaskRequest upsertAccountTaskRequest, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
removeAccountAcquirer
public reactor.core.publisher.Mono<Account> removeAccountAcquirer(String id, String acquirerId, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Remove Account Acquirer Remove an existing account acquirer entry200 - OK
- Parameters:
id- The id parameteracquirerId- The acquirerId parameterwinkVersion- The winkVersion parameter- Returns:
- Account
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
removeAccountAcquirerWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Account>> removeAccountAcquirerWithHttpInfo(String id, String acquirerId, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
removeAccountTask
public reactor.core.publisher.Mono<Account> removeAccountTask(String id, String taskId, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Remove Account Task Remove an existing account task entry200 - OK
- Parameters:
id- The id parametertaskId- The taskId parameterwinkVersion- The winkVersion parameter- Returns:
- Account
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
removeAccountTaskWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Account>> removeAccountTaskWithHttpInfo(String id, String taskId, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
updateAccountAcquirer
public reactor.core.publisher.Mono<Account> updateAccountAcquirer(String id, String acquirerId, UpsertAccountAcquirerRequest upsertAccountAcquirerRequest, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update Account Acquirer Update an existing account acquirer entry200 - OK
- Parameters:
id- The id parameteracquirerId- The acquirerId parameterupsertAccountAcquirerRequest- The upsertAccountAcquirerRequest parameterwinkVersion- The winkVersion parameter- Returns:
- Account
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
updateAccountAcquirerWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Account>> updateAccountAcquirerWithHttpInfo(String id, String acquirerId, UpsertAccountAcquirerRequest upsertAccountAcquirerRequest, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
updateAccountStatus
public reactor.core.publisher.Mono<Account> updateAccountStatus(String id, UpdateAccountStatusRequest updateAccountStatusRequest, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update Account Status Update account status200 - OK
- Parameters:
id- The id parameterupdateAccountStatusRequest- The updateAccountStatusRequest parameterwinkVersion- The winkVersion parameter- Returns:
- Account
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
updateAccountStatusWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Account>> updateAccountStatusWithHttpInfo(String id, UpdateAccountStatusRequest updateAccountStatusRequest, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
updateAccountTask
public reactor.core.publisher.Mono<Account> updateAccountTask(String id, String taskId, UpsertAccountTaskRequest upsertAccountTaskRequest, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update Account Task Update an existing account task entry200 - OK
- Parameters:
id- The id parametertaskId- The taskId parameterupsertAccountTaskRequest- The upsertAccountTaskRequest parameterwinkVersion- The winkVersion parameter- Returns:
- Account
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
updateAccountTaskWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Account>> updateAccountTaskWithHttpInfo(String id, String taskId, UpsertAccountTaskRequest upsertAccountTaskRequest, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-