Uses of Class
com.adyen.model.payment.AccountInfo.AccountAgeIndicatorEnum
-
Packages that use AccountInfo.AccountAgeIndicatorEnum Package Description com.adyen.model.payment -
-
Uses of AccountInfo.AccountAgeIndicatorEnum in com.adyen.model.payment
Methods in com.adyen.model.payment that return AccountInfo.AccountAgeIndicatorEnum Modifier and Type Method Description static AccountInfo.AccountAgeIndicatorEnumAccountInfo.AccountAgeIndicatorEnum. fromValue(String value)AccountInfo.AccountAgeIndicatorEnumAccountInfo. getAccountAgeIndicator()Indicator for the length of time since this shopper account was created in the merchant's environment.static AccountInfo.AccountAgeIndicatorEnumAccountInfo.AccountAgeIndicatorEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AccountInfo.AccountAgeIndicatorEnum[]AccountInfo.AccountAgeIndicatorEnum. 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 AccountInfo.AccountAgeIndicatorEnum Modifier and Type Method Description AccountInfoAccountInfo. accountAgeIndicator(AccountInfo.AccountAgeIndicatorEnum accountAgeIndicator)voidAccountInfo. setAccountAgeIndicator(AccountInfo.AccountAgeIndicatorEnum accountAgeIndicator)Indicator for the length of time since this shopper account was created in the merchant's environment.
-