Uses of Class
com.adyen.model.payment.AcctInfo.PaymentAccIndEnum
-
Packages that use AcctInfo.PaymentAccIndEnum Package Description com.adyen.model.payment -
-
Uses of AcctInfo.PaymentAccIndEnum in com.adyen.model.payment
Methods in com.adyen.model.payment 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.payment 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.
-