Uses of Class
travel.wink.sdk.payment.model.UpdateAccountMappingRequest
Packages that use UpdateAccountMappingRequest
-
Uses of UpdateAccountMappingRequest in travel.wink.sdk.payment.api
Methods in travel.wink.sdk.payment.api with parameters of type UpdateAccountMappingRequestModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Mapping>AccountMappingsApi.updateAccountMapping(String accountIdentifier, String id, UpdateAccountMappingRequest updateAccountMappingRequest) 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) -
Uses of UpdateAccountMappingRequest in travel.wink.sdk.payment.model
Methods in travel.wink.sdk.payment.model that return UpdateAccountMappingRequestModifier and TypeMethodDescriptionUpdateAccountMappingRequest.externalIdentifier(String externalIdentifier) UpdateAccountMappingRequest.localAccountIdentifier(UUID localAccountIdentifier)