Uses of Class
com.adyen.model.AccountInfo.AccountChangeIndicatorEnum
-
Packages that use AccountInfo.AccountChangeIndicatorEnum Package Description com.adyen.model -
-
Uses of AccountInfo.AccountChangeIndicatorEnum in com.adyen.model
Methods in com.adyen.model that return AccountInfo.AccountChangeIndicatorEnum Modifier and Type Method Description static AccountInfo.AccountChangeIndicatorEnumAccountInfo.AccountChangeIndicatorEnum. fromValue(String text)AccountInfo.AccountChangeIndicatorEnumAccountInfo. getAccountChangeIndicator()Indicator for the length of time since the shopper's account was last updated.AccountInfo.AccountChangeIndicatorEnumAccountInfo.AccountChangeIndicatorEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)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 with parameters of type AccountInfo.AccountChangeIndicatorEnum Modifier and Type Method Description AccountInfoAccountInfo. accountChangeIndicator(AccountInfo.AccountChangeIndicatorEnum accountChangeIndicator)voidAccountInfo. setAccountChangeIndicator(AccountInfo.AccountChangeIndicatorEnum accountChangeIndicator)voidAccountInfo.AccountChangeIndicatorEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, AccountInfo.AccountChangeIndicatorEnum enumeration)
-