Uses of Class
com.adyen.model.management.IdName
-
Packages that use IdName Package Description com.adyen.model.management -
-
Uses of IdName in com.adyen.model.management
Methods in com.adyen.model.management that return IdName Modifier and Type Method Description static IdNameIdName. fromJson(String jsonString)Create an instance of IdName given an JSON stringIdNameIdName. id(String id)The identifier of the terminal model.IdNameIdName. name(String name)The name of the terminal model.Methods in com.adyen.model.management that return types with arguments of type IdName Modifier and Type Method Description List<IdName>TerminalModelsResponse. getData()The terminal models that the API credential has access to.Methods in com.adyen.model.management with parameters of type IdName Modifier and Type Method Description TerminalModelsResponseTerminalModelsResponse. addDataItem(IdName dataItem)Method parameters in com.adyen.model.management with type arguments of type IdName Modifier and Type Method Description TerminalModelsResponseTerminalModelsResponse. data(List<IdName> data)The terminal models that the API credential has access to.voidTerminalModelsResponse. setData(List<IdName> data)The terminal models that the API credential has access to.
-