Class AccountMappingsApi

java.lang.Object
io.trippay.sdk.payment.api.AccountMappingsApi

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-06-26T20:12:05.578754358+07:00[Asia/Bangkok]", comments="Generator version: 7.13.0") public class AccountMappingsApi extends Object
  • Constructor Details

    • AccountMappingsApi

      public AccountMappingsApi()
    • AccountMappingsApi

      @Autowired public AccountMappingsApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • createAccountMapping

      public reactor.core.publisher.Mono<Mapping> createAccountMapping(@Nonnull String accountIdentifier, @Nonnull UpsertAccountMappingRequest upsertAccountMappingRequest, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Create Account Mapping Create a mapping between a local account and a remote account.

      201 - Created

      Parameters:
      accountIdentifier - The accountIdentifier parameter
      upsertAccountMappingRequest - The upsertAccountMappingRequest parameter
      winkVersion - The winkVersion parameter
      Returns:
      Mapping
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • createAccountMappingWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Mapping>> createAccountMappingWithHttpInfo(@Nonnull String accountIdentifier, @Nonnull UpsertAccountMappingRequest upsertAccountMappingRequest, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Create Account Mapping Create a mapping between a local account and a remote account.

      201 - Created

      Parameters:
      accountIdentifier - The accountIdentifier parameter
      upsertAccountMappingRequest - The upsertAccountMappingRequest parameter
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<Mapping>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • createAccountMappingWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec createAccountMappingWithResponseSpec(@Nonnull String accountIdentifier, @Nonnull UpsertAccountMappingRequest upsertAccountMappingRequest, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Create Account Mapping Create a mapping between a local account and a remote account.

      201 - Created

      Parameters:
      accountIdentifier - The accountIdentifier parameter
      upsertAccountMappingRequest - The upsertAccountMappingRequest parameter
      winkVersion - The winkVersion parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • loadAccountMapping

      public reactor.core.publisher.Mono<Mapping> loadAccountMapping(@Nonnull String accountIdentifier, @Nonnull String id, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Account Mapping Show a specific mapping by account and mapping identifier

      200 - OK

      Parameters:
      accountIdentifier - The accountIdentifier parameter
      id - The id parameter
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      Mapping
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • loadAccountMappingWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Mapping>> loadAccountMappingWithHttpInfo(@Nonnull String accountIdentifier, @Nonnull String id, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Account Mapping Show a specific mapping by account and mapping identifier

      200 - OK

      Parameters:
      accountIdentifier - The accountIdentifier parameter
      id - The id parameter
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseEntity<Mapping>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • loadAccountMappingWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec loadAccountMappingWithResponseSpec(@Nonnull String accountIdentifier, @Nonnull String id, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Account Mapping Show a specific mapping by account and mapping identifier

      200 - OK

      Parameters:
      accountIdentifier - The accountIdentifier parameter
      id - The id parameter
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • loadAccountMappingGrid

      public reactor.core.publisher.Mono<PageMapping> loadAccountMappingGrid(@Nonnull String accountIdentifier, @Nonnull State state, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Account Mappings List all mappings belonging to a specific account.

      200 - OK

      Parameters:
      accountIdentifier - The accountIdentifier parameter
      state - The state parameter
      winkVersion - The winkVersion parameter
      Returns:
      PageMapping
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • loadAccountMappingGridWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageMapping>> loadAccountMappingGridWithHttpInfo(@Nonnull String accountIdentifier, @Nonnull State state, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Account Mappings List all mappings belonging to a specific account.

      200 - OK

      Parameters:
      accountIdentifier - The accountIdentifier parameter
      state - The state parameter
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<PageMapping>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • loadAccountMappingGridWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec loadAccountMappingGridWithResponseSpec(@Nonnull String accountIdentifier, @Nonnull State state, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Account Mappings List all mappings belonging to a specific account.

      200 - OK

      Parameters:
      accountIdentifier - The accountIdentifier parameter
      state - The state parameter
      winkVersion - The winkVersion parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • removeAccountMapping

      public reactor.core.publisher.Mono<RemoveEntryResponse> removeAccountMapping(@Nonnull String accountIdentifier, @Nonnull String id, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Delete Account Mapping Delete a specific mapping owned by account identifier.

      200 - OK

      Parameters:
      accountIdentifier - The accountIdentifier parameter
      id - The id parameter
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      RemoveEntryResponse
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • removeAccountMappingWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RemoveEntryResponse>> removeAccountMappingWithHttpInfo(@Nonnull String accountIdentifier, @Nonnull String id, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Delete Account Mapping Delete a specific mapping owned by account identifier.

      200 - OK

      Parameters:
      accountIdentifier - The accountIdentifier parameter
      id - The id parameter
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseEntity<RemoveEntryResponse>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • removeAccountMappingWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec removeAccountMappingWithResponseSpec(@Nonnull String accountIdentifier, @Nonnull String id, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Delete Account Mapping Delete a specific mapping owned by account identifier.

      200 - OK

      Parameters:
      accountIdentifier - The accountIdentifier parameter
      id - The id parameter
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • updateAccountMapping

      public reactor.core.publisher.Mono<Mapping> updateAccountMapping(@Nonnull String accountIdentifier, @Nonnull String id, @Nonnull UpsertAccountMappingRequest upsertAccountMappingRequest, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Update Account Mapping Update an existing mapping owned by account identifier.

      200 - OK

      Parameters:
      accountIdentifier - The accountIdentifier parameter
      id - The id parameter
      upsertAccountMappingRequest - The upsertAccountMappingRequest parameter
      winkVersion - The winkVersion parameter
      Returns:
      Mapping
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • updateAccountMappingWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Mapping>> updateAccountMappingWithHttpInfo(@Nonnull String accountIdentifier, @Nonnull String id, @Nonnull UpsertAccountMappingRequest upsertAccountMappingRequest, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Update Account Mapping Update an existing mapping owned by account identifier.

      200 - OK

      Parameters:
      accountIdentifier - The accountIdentifier parameter
      id - The id parameter
      upsertAccountMappingRequest - The upsertAccountMappingRequest parameter
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<Mapping>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • updateAccountMappingWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec updateAccountMappingWithResponseSpec(@Nonnull String accountIdentifier, @Nonnull String id, @Nonnull UpsertAccountMappingRequest upsertAccountMappingRequest, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Update Account Mapping Update an existing mapping owned by account identifier.

      200 - OK

      Parameters:
      accountIdentifier - The accountIdentifier parameter
      id - The id parameter
      upsertAccountMappingRequest - The upsertAccountMappingRequest parameter
      winkVersion - The winkVersion parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API