Uses of Class
com.adyen.model.checkout.ValidateShopperIdResponse
-
Packages that use ValidateShopperIdResponse Package Description com.adyen.model.checkout com.adyen.service.checkout -
-
Uses of ValidateShopperIdResponse in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return ValidateShopperIdResponse Modifier and Type Method Description static ValidateShopperIdResponseValidateShopperIdResponse. fromJson(String jsonString)Create an instance of ValidateShopperIdResponse given an JSON stringValidateShopperIdResponseValidateShopperIdResponse. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.ValidateShopperIdResponseValidateShopperIdResponse. reason(String reason)Reason for the result.ValidateShopperIdResponseValidateShopperIdResponse. result(Result result)result -
Uses of ValidateShopperIdResponse in com.adyen.service.checkout
Methods in com.adyen.service.checkout that return ValidateShopperIdResponse Modifier and Type Method Description ValidateShopperIdResponseUtilityApi. validateShopperId(ValidateShopperIdRequest validateShopperIdRequest)Validates shopper IdValidateShopperIdResponseUtilityApi. validateShopperId(ValidateShopperIdRequest validateShopperIdRequest, RequestOptions requestOptions)Validates shopper Id
-