Uses of Class
io.trippay.sdk.payment.model.UpdateAccountRequest
Packages that use UpdateAccountRequest
-
Uses of UpdateAccountRequest in io.trippay.sdk.payment.api
Methods in io.trippay.sdk.payment.api with parameters of type UpdateAccountRequestModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Account>AccountApi.updateAccount(String id, UpdateAccountRequest updateAccountRequest, String winkVersion) Update Account Update an existing accountreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Account>>AccountApi.updateAccountWithHttpInfo(String id, UpdateAccountRequest updateAccountRequest, String winkVersion) Update Account Update an existing accountorg.springframework.web.reactive.function.client.WebClient.ResponseSpecAccountApi.updateAccountWithResponseSpec(String id, UpdateAccountRequest updateAccountRequest, String winkVersion) Update Account Update an existing accountreactor.core.publisher.Mono<Account>AccountApi.updateExternalAccount(String id, UpdateAccountRequest updateAccountRequest, String winkVersion) Update External Account Update an existing account using the externalIdentifier to find the accountreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Account>>AccountApi.updateExternalAccountWithHttpInfo(String id, UpdateAccountRequest updateAccountRequest, String winkVersion) Update External Account Update an existing account using the externalIdentifier to find the accountorg.springframework.web.reactive.function.client.WebClient.ResponseSpecAccountApi.updateExternalAccountWithResponseSpec(String id, UpdateAccountRequest updateAccountRequest, String winkVersion) Update External Account Update an existing account using the externalIdentifier to find the account -
Uses of UpdateAccountRequest in io.trippay.sdk.payment.model
Methods in io.trippay.sdk.payment.model that return UpdateAccountRequestModifier and TypeMethodDescriptionUpdateAccountRequest.address(UpsertAddressRequest address) UpdateAccountRequest.currencyCode(String currencyCode) UpdateAccountRequest.description(String description)