Uses of Class
com.adyen.model.checkout.PaymentValidations
-
Packages that use PaymentValidations Package Description com.adyen.model.checkout -
-
Uses of PaymentValidations in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return PaymentValidations Modifier and Type Method Description static PaymentValidationsPaymentValidations. fromJson(String jsonString)Create an instance of PaymentValidations given an JSON stringPaymentValidationsPaymentRequest. getPaymentValidations()Get paymentValidationsPaymentValidationsPaymentValidations. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.PaymentValidationsPaymentValidations. name(PaymentValidationsNameRequest name)nameMethods in com.adyen.model.checkout with parameters of type PaymentValidations Modifier and Type Method Description PaymentRequestPaymentRequest. paymentValidations(PaymentValidations paymentValidations)paymentValidationsvoidPaymentRequest. setPaymentValidations(PaymentValidations paymentValidations)paymentValidations
-