Uses of Class
com.adyen.model.marketpayaccount.PerformVerificationRequest
-
Packages that use PerformVerificationRequest Package Description com.adyen.model.marketpayaccount com.adyen.service.classicplatforms -
-
Uses of PerformVerificationRequest in com.adyen.model.marketpayaccount
Methods in com.adyen.model.marketpayaccount that return PerformVerificationRequest Modifier and Type Method Description PerformVerificationRequestPerformVerificationRequest. accountHolderCode(String accountHolderCode)PerformVerificationRequestPerformVerificationRequest. accountStateType(PerformVerificationRequest.AccountStateTypeEnum accountStateType)static PerformVerificationRequestPerformVerificationRequest. fromJson(String jsonString)Create an instance of PerformVerificationRequest given an JSON stringPerformVerificationRequestPerformVerificationRequest. tier(Integer tier) -
Uses of PerformVerificationRequest in com.adyen.service.classicplatforms
Methods in com.adyen.service.classicplatforms with parameters of type PerformVerificationRequest Modifier and Type Method Description GenericResponseClassicPlatformAccountApi. checkAccountHolder(PerformVerificationRequest performVerificationRequest)Trigger verificationGenericResponseClassicPlatformAccountApi. checkAccountHolder(PerformVerificationRequest performVerificationRequest, RequestOptions requestOptions)Trigger verification
-