Uses of Class
io.trippay.sdk.payment.model.UpdateAccountMappingRequest
Packages that use UpdateAccountMappingRequest
-
Uses of UpdateAccountMappingRequest in io.trippay.sdk.payment.api
Methods in io.trippay.sdk.payment.api with parameters of type UpdateAccountMappingRequestModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Mapping> AccountMappingsApi.updateAccountMapping(String accountIdentifier, String id, UpdateAccountMappingRequest updateAccountMappingRequest, String winkVersion) Update Account Mapping Update an existing mapping owned by account identifier.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Mapping>> AccountMappingsApi.updateAccountMappingWithHttpInfo(String accountIdentifier, String id, UpdateAccountMappingRequest updateAccountMappingRequest, String winkVersion) Update Account Mapping Update an existing mapping owned by account identifier.org.springframework.web.reactive.function.client.WebClient.ResponseSpecAccountMappingsApi.updateAccountMappingWithResponseSpec(String accountIdentifier, String id, UpdateAccountMappingRequest updateAccountMappingRequest, String winkVersion) Update Account Mapping Update an existing mapping owned by account identifier. -
Uses of UpdateAccountMappingRequest in io.trippay.sdk.payment.model
Methods in io.trippay.sdk.payment.model that return UpdateAccountMappingRequestModifier and TypeMethodDescriptionUpdateAccountMappingRequest.externalIdentifier(String externalIdentifier) UpdateAccountMappingRequest.localAccountIdentifier(UUID localAccountIdentifier)