Uses of Class
io.trippay.sdk.payment.model.CreateMappingRequest
Packages that use CreateMappingRequest
-
Uses of CreateMappingRequest in io.trippay.sdk.payment.api
Methods in io.trippay.sdk.payment.api with parameters of type CreateMappingRequestModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Mapping>MappingApi.createMapping(CreateMappingRequest createMappingRequest, String winkVersion) Create Mapping Create a mapping between two accountsreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Mapping>>MappingApi.createMappingWithHttpInfo(CreateMappingRequest createMappingRequest, String winkVersion) Create Mapping Create a mapping between two accountsorg.springframework.web.reactive.function.client.WebClient.ResponseSpecMappingApi.createMappingWithResponseSpec(CreateMappingRequest createMappingRequest, String winkVersion) Create Mapping Create a mapping between two accounts -
Uses of CreateMappingRequest in io.trippay.sdk.payment.model
Methods in io.trippay.sdk.payment.model that return CreateMappingRequestModifier and TypeMethodDescriptionCreateMappingRequest.accountIdentifier(UUID accountIdentifier) CreateMappingRequest.externalIdentifier(String externalIdentifier) CreateMappingRequest.localAccountIdentifier(UUID localAccountIdentifier)