Uses of Class
com.adyen.model.payment.AccountInfo.AccountChangeIndicatorEnum
-
Packages that use AccountInfo.AccountChangeIndicatorEnum Package Description com.adyen.model.payment -
-
Uses of AccountInfo.AccountChangeIndicatorEnum in com.adyen.model.payment
Methods in com.adyen.model.payment that return AccountInfo.AccountChangeIndicatorEnum Modifier and Type Method Description static AccountInfo.AccountChangeIndicatorEnumAccountInfo.AccountChangeIndicatorEnum. fromValue(String value)AccountInfo.AccountChangeIndicatorEnumAccountInfo. getAccountChangeIndicator()Indicator for the length of time since the shopper's account was last updated.static AccountInfo.AccountChangeIndicatorEnumAccountInfo.AccountChangeIndicatorEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AccountInfo.AccountChangeIndicatorEnum[]AccountInfo.AccountChangeIndicatorEnum. 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.AccountChangeIndicatorEnum Modifier and Type Method Description AccountInfoAccountInfo. accountChangeIndicator(AccountInfo.AccountChangeIndicatorEnum accountChangeIndicator)voidAccountInfo. setAccountChangeIndicator(AccountInfo.AccountChangeIndicatorEnum accountChangeIndicator)Indicator for the length of time since the shopper's account was last updated.
-