Uses of Class
io.trippay.sdk.payment.model.UpsertAccountRequest
Packages that use UpsertAccountRequest
-
Uses of UpsertAccountRequest in io.trippay.sdk.payment.api
Methods in io.trippay.sdk.payment.api with parameters of type UpsertAccountRequestModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Account>AccountApi.updateAccount(String id, UpsertAccountRequest upsertAccountRequest, String winkVersion) Update Account Update an existing accountreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Account>>AccountApi.updateAccountWithHttpInfo(String id, UpsertAccountRequest upsertAccountRequest, String winkVersion) Update Account Update an existing accountorg.springframework.web.reactive.function.client.WebClient.ResponseSpecAccountApi.updateAccountWithResponseSpec(String id, UpsertAccountRequest upsertAccountRequest, String winkVersion) Update Account Update an existing accountreactor.core.publisher.Mono<Account>AccountApi.updateExternalAccount(String id, UpsertAccountRequest upsertAccountRequest, 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, UpsertAccountRequest upsertAccountRequest, 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, UpsertAccountRequest upsertAccountRequest, String winkVersion) Update External Account Update an existing account using the externalIdentifier to find the account -
Uses of UpsertAccountRequest in io.trippay.sdk.payment.model
Methods in io.trippay.sdk.payment.model that return UpsertAccountRequestModifier and TypeMethodDescriptionUpsertAccountRequest.accountEmail(String accountEmail) UpsertAccountRequest.accountPhoneNumber(String accountPhoneNumber) UpsertAccountRequest.address(UpsertAddressRequest address) UpsertAccountRequest.currencyCode(String currencyCode) UpsertAccountRequest.description(String description) UpsertAccountRequest.preferredDisbursementType(UpsertAccountRequest.PreferredDisbursementTypeEnum preferredDisbursementType)