Uses of Class
travel.wink.sdk.payment.model.Mapping
Packages that use Mapping
-
Uses of Mapping in travel.wink.sdk.payment.api
Methods in travel.wink.sdk.payment.api that return types with arguments of type MappingModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Mapping>AccountMappingsApi.createAccountMapping(String accountIdentifier, CreateAccountMappingRequest createAccountMappingRequest) 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) reactor.core.publisher.Mono<Mapping>AccountMappingsApi.loadAccountMapping(String accountIdentifier, String id, String accept) Show Account Mapping Show a specific mapping by account and mapping identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Mapping>>AccountMappingsApi.loadAccountMappingWithHttpInfo(String accountIdentifier, String id, String accept) reactor.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 Mapping in travel.wink.sdk.payment.model
Methods in travel.wink.sdk.payment.model that return MappingModifier and TypeMethodDescriptionMapping.accountIdentifier(String accountIdentifier) Mapping.accountOwnerIdentifier(String accountOwnerIdentifier) Mapping.externalIdentifier(String externalIdentifier) Mapping.localAccountIdentifier(String localAccountIdentifier) Methods in travel.wink.sdk.payment.model that return types with arguments of type MappingMethods in travel.wink.sdk.payment.model with parameters of type MappingMethod parameters in travel.wink.sdk.payment.model with type arguments of type Mapping