Uses of Class
com.adyen.model.payment.AcctInfo.ChAccChangeIndEnum
-
Packages that use AcctInfo.ChAccChangeIndEnum Package Description com.adyen.model.payment -
-
Uses of AcctInfo.ChAccChangeIndEnum in com.adyen.model.payment
Methods in com.adyen.model.payment that return AcctInfo.ChAccChangeIndEnum Modifier and Type Method Description static AcctInfo.ChAccChangeIndEnumAcctInfo.ChAccChangeIndEnum. fromValue(String value)AcctInfo.ChAccChangeIndEnumAcctInfo. getChAccChangeInd()Length of time since the cardholder’s account information with the 3DS Requestor was last changed, including Billing or Shipping address, new payment account, or new user(s) added.static AcctInfo.ChAccChangeIndEnumAcctInfo.ChAccChangeIndEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AcctInfo.ChAccChangeIndEnum[]AcctInfo.ChAccChangeIndEnum. 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.ChAccChangeIndEnum Modifier and Type Method Description AcctInfoAcctInfo. chAccChangeInd(AcctInfo.ChAccChangeIndEnum chAccChangeInd)Length of time since the cardholder’s account information with the 3DS Requestor was last changed, including Billing or Shipping address, new payment account, or new user(s) added.voidAcctInfo. setChAccChangeInd(AcctInfo.ChAccChangeIndEnum chAccChangeInd)Length of time since the cardholder’s account information with the 3DS Requestor was last changed, including Billing or Shipping address, new payment account, or new user(s) added.
-