Uses of Class
io.trippay.sdk.payment.model.CreateAccountMappingRequest
Packages that use CreateAccountMappingRequest
-
Uses of CreateAccountMappingRequest in io.trippay.sdk.payment.api
Methods in io.trippay.sdk.payment.api with parameters of type CreateAccountMappingRequestModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Mapping> AccountMappingsApi.createAccountMapping(String accountIdentifier, CreateAccountMappingRequest createAccountMappingRequest, String winkVersion) Create Account Mapping Create a mapping between a local account and a remote account.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Mapping>> AccountMappingsApi.createAccountMappingWithHttpInfo(String accountIdentifier, CreateAccountMappingRequest createAccountMappingRequest, String winkVersion) Create Account Mapping Create a mapping between a local account and a remote account.org.springframework.web.reactive.function.client.WebClient.ResponseSpecAccountMappingsApi.createAccountMappingWithResponseSpec(String accountIdentifier, CreateAccountMappingRequest createAccountMappingRequest, String winkVersion) Create Account Mapping Create a mapping between a local account and a remote account. -
Uses of CreateAccountMappingRequest in io.trippay.sdk.payment.model
Methods in io.trippay.sdk.payment.model that return CreateAccountMappingRequestModifier and TypeMethodDescriptionCreateAccountMappingRequest.externalIdentifier(String externalIdentifier) CreateAccountMappingRequest.localAccountIdentifier(UUID localAccountIdentifier)