Uses of Class
io.trippay.sdk.payment.model.VerifyAccountRequest
Packages that use VerifyAccountRequest
-
Uses of VerifyAccountRequest in io.trippay.sdk.payment.api
Methods in io.trippay.sdk.payment.api with parameters of type VerifyAccountRequestModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Account>AccountApi.verifyAccount(String id, VerifyAccountRequest verifyAccountRequest, String winkVersion) Verify Account Enriches account with supplemental data that missing in the account creation phase.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Account>>AccountApi.verifyAccountWithHttpInfo(String id, VerifyAccountRequest verifyAccountRequest, String winkVersion) Verify Account Enriches account with supplemental data that missing in the account creation phase.org.springframework.web.reactive.function.client.WebClient.ResponseSpecAccountApi.verifyAccountWithResponseSpec(String id, VerifyAccountRequest verifyAccountRequest, String winkVersion) Verify Account Enriches account with supplemental data that missing in the account creation phase. -
Uses of VerifyAccountRequest in io.trippay.sdk.payment.model
Methods in io.trippay.sdk.payment.model that return VerifyAccountRequestModifier and TypeMethodDescriptionVerifyAccountRequest.address(UpsertAddressRequest address) VerifyAccountRequest.disbursementType(VerifyAccountRequest.DisbursementTypeEnum disbursementType) VerifyAccountRequest.ownerType(VerifyAccountRequest.OwnerTypeEnum ownerType) VerifyAccountRequest.ownerTypeIdentifier(String ownerTypeIdentifier)