Uses of Class
com.adyen.model.checkout.VisaCheckoutDetails
-
Packages that use VisaCheckoutDetails Package Description com.adyen.model.checkout -
-
Uses of VisaCheckoutDetails in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return VisaCheckoutDetails Modifier and Type Method Description VisaCheckoutDetailsVisaCheckoutDetails. checkoutAttemptId(String checkoutAttemptId)The checkout attempt identifier.static VisaCheckoutDetailsVisaCheckoutDetails. fromJson(String jsonString)Create an instance of VisaCheckoutDetails given an JSON stringVisaCheckoutDetailsVisaCheckoutDetails. fundingSource(VisaCheckoutDetails.FundingSourceEnum fundingSource)The funding source that should be used when multiple sources are available.VisaCheckoutDetailsCheckoutPaymentMethod. getVisaCheckoutDetails()Get the actual instance of `VisaCheckoutDetails`.VisaCheckoutDetailsVisaCheckoutDetails. type(VisaCheckoutDetails.TypeEnum type)**visacheckout**VisaCheckoutDetailsVisaCheckoutDetails. visaCheckoutCallId(String visaCheckoutCallId)The Visa Click to Pay Call ID value.Constructors in com.adyen.model.checkout with parameters of type VisaCheckoutDetails Constructor Description CheckoutPaymentMethod(VisaCheckoutDetails o)
-