Uses of Class
com.adyen.model.management.AndroidAppError
-
Packages that use AndroidAppError Package Description com.adyen.model.management -
-
Uses of AndroidAppError in com.adyen.model.management
Methods in com.adyen.model.management that return AndroidAppError Modifier and Type Method Description AndroidAppErrorAndroidAppError. addTerminalModelsItem(String terminalModelsItem)AndroidAppErrorAndroidAppError. errorCode(String errorCode)The error code of the Android app with the `status` of either **error** or **invalid**.static AndroidAppErrorAndroidAppError. fromJson(String jsonString)Create an instance of AndroidAppError given an JSON stringAndroidAppErrorAndroidAppError. terminalModels(List<String> terminalModels)The list of payment terminal models to which the returned `errorCode` applies.Methods in com.adyen.model.management that return types with arguments of type AndroidAppError Modifier and Type Method Description List<AndroidAppError>AndroidApp. getErrors()The list of errors of the Android app.Methods in com.adyen.model.management with parameters of type AndroidAppError Modifier and Type Method Description AndroidAppAndroidApp. addErrorsItem(AndroidAppError errorsItem)Method parameters in com.adyen.model.management with type arguments of type AndroidAppError Modifier and Type Method Description AndroidAppAndroidApp. errors(List<AndroidAppError> errors)The list of errors of the Android app.voidAndroidApp. setErrors(List<AndroidAppError> errors)The list of errors of the Android app.
-