Uses of Class
com.adyen.model.checkout.AcctInfo.PaymentAccIndEnum
-
Packages that use AcctInfo.PaymentAccIndEnum Package Description com.adyen.model.checkout -
-
Uses of AcctInfo.PaymentAccIndEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return AcctInfo.PaymentAccIndEnum Modifier and Type Method Description static AcctInfo.PaymentAccIndEnumAcctInfo.PaymentAccIndEnum. fromValue(String value)AcctInfo.PaymentAccIndEnumAcctInfo. getPaymentAccInd()Indicates the length of time that the payment account was enrolled in the cardholder’s account with the 3DS Requestor.static AcctInfo.PaymentAccIndEnumAcctInfo.PaymentAccIndEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AcctInfo.PaymentAccIndEnum[]AcctInfo.PaymentAccIndEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.checkout with parameters of type AcctInfo.PaymentAccIndEnum Modifier and Type Method Description AcctInfoAcctInfo. paymentAccInd(AcctInfo.PaymentAccIndEnum paymentAccInd)Indicates the length of time that the payment account was enrolled in the cardholder’s account with the 3DS Requestor.voidAcctInfo. setPaymentAccInd(AcctInfo.PaymentAccIndEnum paymentAccInd)Indicates the length of time that the payment account was enrolled in the cardholder’s account with the 3DS Requestor.
-