Uses of Class
com.adyen.model.checkout.AccountInfo.AccountChangeIndicatorEnum
-
Packages that use AccountInfo.AccountChangeIndicatorEnum Package Description com.adyen.model.checkout -
-
Uses of AccountInfo.AccountChangeIndicatorEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout 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.checkout with parameters of type AccountInfo.AccountChangeIndicatorEnum Modifier and Type Method Description AccountInfoAccountInfo. accountChangeIndicator(AccountInfo.AccountChangeIndicatorEnum accountChangeIndicator)Indicator for the length of time since the shopper's account was last updated.voidAccountInfo. setAccountChangeIndicator(AccountInfo.AccountChangeIndicatorEnum accountChangeIndicator)Indicator for the length of time since the shopper's account was last updated.
-