Uses of Class
io.trippay.sdk.payment.model.UpsertAccountMappingRequest
Packages that use UpsertAccountMappingRequest
-
Uses of UpsertAccountMappingRequest in io.trippay.sdk.payment.api
Methods in io.trippay.sdk.payment.api with parameters of type UpsertAccountMappingRequestModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Mapping> AccountMappingsApi.createAccountMapping(String accountIdentifier, UpsertAccountMappingRequest upsertAccountMappingRequest, 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, UpsertAccountMappingRequest upsertAccountMappingRequest, 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, UpsertAccountMappingRequest upsertAccountMappingRequest, String winkVersion) Create Account Mapping Create a mapping between a local account and a remote account.reactor.core.publisher.Mono<Mapping> AccountMappingsApi.updateAccountMapping(String accountIdentifier, String id, UpsertAccountMappingRequest upsertAccountMappingRequest, 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, UpsertAccountMappingRequest upsertAccountMappingRequest, 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, UpsertAccountMappingRequest upsertAccountMappingRequest, String winkVersion) Update Account Mapping Update an existing mapping owned by account identifier. -
Uses of UpsertAccountMappingRequest in io.trippay.sdk.payment.model
Methods in io.trippay.sdk.payment.model that return UpsertAccountMappingRequestModifier and TypeMethodDescriptionUpsertAccountMappingRequest.externalIdentifier(String externalIdentifier) UpsertAccountMappingRequest.localAccountIdentifier(UUID localAccountIdentifier)