Uses of Class
com.adyen.model.checkout.ValidateShopperIdRequest
-
Packages that use ValidateShopperIdRequest Package Description com.adyen.model.checkout com.adyen.service.checkout -
-
Uses of ValidateShopperIdRequest in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return ValidateShopperIdRequest Modifier and Type Method Description static ValidateShopperIdRequestValidateShopperIdRequest. fromJson(String jsonString)Create an instance of ValidateShopperIdRequest given an JSON stringValidateShopperIdRequestValidateShopperIdRequest. merchantAccount(String merchantAccount)The merchant account identifier, with which you want to process the transaction.ValidateShopperIdRequestValidateShopperIdRequest. paymentMethod(ShopperIdPaymentMethod paymentMethod)paymentMethodValidateShopperIdRequestValidateShopperIdRequest. shopperEmail(String shopperEmail)shopperEmailValidateShopperIdRequestValidateShopperIdRequest. shopperIP(String shopperIP)shopperIPValidateShopperIdRequestValidateShopperIdRequest. shopperReference(String shopperReference)shopperReference -
Uses of ValidateShopperIdRequest in com.adyen.service.checkout
Methods in com.adyen.service.checkout with parameters of type ValidateShopperIdRequest Modifier and Type Method Description ValidateShopperIdResponseUtilityApi. validateShopperId(ValidateShopperIdRequest validateShopperIdRequest)Validates shopper IdValidateShopperIdResponseUtilityApi. validateShopperId(ValidateShopperIdRequest validateShopperIdRequest, RequestOptions requestOptions)Validates shopper Id
-