Uses of Class
com.adyen.model.AcctInfo.PaymentAccIndEnum
-
Packages that use AcctInfo.PaymentAccIndEnum Package Description com.adyen.model -
-
Uses of AcctInfo.PaymentAccIndEnum in com.adyen.model
Methods in com.adyen.model that return AcctInfo.PaymentAccIndEnum Modifier and Type Method Description static AcctInfo.PaymentAccIndEnumAcctInfo.PaymentAccIndEnum. fromValue(String input)AcctInfo.PaymentAccIndEnumAcctInfo. getPaymentAccInd()Indicates the length of time that the payment account was enrolled in the cardholder’s account with the 3DS Requestor.AcctInfo.PaymentAccIndEnumAcctInfo.PaymentAccIndEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)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 with parameters of type AcctInfo.PaymentAccIndEnum Modifier and Type Method Description AcctInfoAcctInfo. paymentAccInd(AcctInfo.PaymentAccIndEnum paymentAccInd)voidAcctInfo. setPaymentAccInd(AcctInfo.PaymentAccIndEnum paymentAccInd)voidAcctInfo.PaymentAccIndEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, AcctInfo.PaymentAccIndEnum enumeration)
-