Uses of Class
com.adyen.model.management.VisaResponseInfo
-
Packages that use VisaResponseInfo Package Description com.adyen.model.management -
-
Uses of VisaResponseInfo in com.adyen.model.management
Methods in com.adyen.model.management that return VisaResponseInfo Modifier and Type Method Description static VisaResponseInfoVisaResponseInfo. fromJson(String jsonString)Create an instance of VisaResponseInfo given an JSON stringVisaResponseInfoPaymentMethod. getVisa()Get visaVisaResponseInfoVisaResponseInfo. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.VisaResponseInfoVisaResponseInfo. transactionDescription(TransactionDescriptionResponseInfo transactionDescription)transactionDescriptionMethods in com.adyen.model.management with parameters of type VisaResponseInfo Modifier and Type Method Description voidPaymentMethod. setVisa(VisaResponseInfo visa)visaPaymentMethodPaymentMethod. visa(VisaResponseInfo visa)visa
-