Uses of Class
com.adyen.model.checkout.PaymentValidationsNameRequest
-
Packages that use PaymentValidationsNameRequest Package Description com.adyen.model.checkout -
-
Uses of PaymentValidationsNameRequest in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return PaymentValidationsNameRequest Modifier and Type Method Description static PaymentValidationsNameRequestPaymentValidationsNameRequest. fromJson(String jsonString)Create an instance of PaymentValidationsNameRequest given an JSON stringPaymentValidationsNameRequestPaymentValidations. getName()Get namePaymentValidationsNameRequestPaymentValidationsNameRequest. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.PaymentValidationsNameRequestPaymentValidationsNameRequest. status(String status)Set to **requested** to request a [name validation](https://docs.adyen.com/payment-methods/cards/name-validation) to verify if the cardholder name provided by the shopper matches the cardholder name on file at the issuing bank.Methods in com.adyen.model.checkout with parameters of type PaymentValidationsNameRequest Modifier and Type Method Description PaymentValidationsPaymentValidations. name(PaymentValidationsNameRequest name)namevoidPaymentValidations. setName(PaymentValidationsNameRequest name)name
-