Uses of Class
com.adyen.model.management.ExternalTerminalAction
-
Packages that use ExternalTerminalAction Package Description com.adyen.model.management com.adyen.service.management -
-
Uses of ExternalTerminalAction in com.adyen.model.management
Methods in com.adyen.model.management that return ExternalTerminalAction Modifier and Type Method Description ExternalTerminalActionExternalTerminalAction. actionType(String actionType)The type of terminal action: **InstallAndroidApp**, **UninstallAndroidApp**, **InstallAndroidCertificate**, or **UninstallAndroidCertificate**.ExternalTerminalActionExternalTerminalAction. config(String config)Technical information about the terminal action.ExternalTerminalActionExternalTerminalAction. confirmedAt(OffsetDateTime confirmedAt)The date and time when the action was carried out.static ExternalTerminalActionExternalTerminalAction. fromJson(String jsonString)Create an instance of ExternalTerminalAction given an JSON stringExternalTerminalActionExternalTerminalAction. id(String id)The unique ID of the terminal action.ExternalTerminalActionExternalTerminalAction. result(String result)The result message for the action.ExternalTerminalActionExternalTerminalAction. scheduledAt(OffsetDateTime scheduledAt)The date and time when the action was scheduled to happen.ExternalTerminalActionExternalTerminalAction. status(String status)The status of the terminal action: **pending**, **successful**, **failed**, **cancelled**, or **tryLater**.ExternalTerminalActionExternalTerminalAction. terminalId(String terminalId)The unique ID of the terminal that the action applies to.Methods in com.adyen.model.management that return types with arguments of type ExternalTerminalAction Modifier and Type Method Description List<ExternalTerminalAction>ListExternalTerminalActionsResponse. getData()The list of terminal actions.Methods in com.adyen.model.management with parameters of type ExternalTerminalAction Modifier and Type Method Description ListExternalTerminalActionsResponseListExternalTerminalActionsResponse. addDataItem(ExternalTerminalAction dataItem)Method parameters in com.adyen.model.management with type arguments of type ExternalTerminalAction Modifier and Type Method Description ListExternalTerminalActionsResponseListExternalTerminalActionsResponse. data(List<ExternalTerminalAction> data)The list of terminal actions.voidListExternalTerminalActionsResponse. setData(List<ExternalTerminalAction> data)The list of terminal actions. -
Uses of ExternalTerminalAction in com.adyen.service.management
Methods in com.adyen.service.management that return ExternalTerminalAction Modifier and Type Method Description ExternalTerminalActionTerminalActionsCompanyLevelApi. getTerminalAction(String companyId, String actionId)Get terminal actionExternalTerminalActionTerminalActionsCompanyLevelApi. getTerminalAction(String companyId, String actionId, RequestOptions requestOptions)Get terminal action
-