Uses of Class
com.adyen.model.checkout.Item
-
Packages that use Item Package Description com.adyen.model.checkout -
-
Uses of Item in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return Item Modifier and Type Method Description static ItemItem. fromJson(String jsonString)Create an instance of Item given an JSON stringItemItem. id(String id)The value to provide in the result.ItemItem. name(String name)The display name.Methods in com.adyen.model.checkout that return types with arguments of type Item Modifier and Type Method Description List<Item>InputDetail. getItems()In case of a select, the items to choose from.List<Item>SubInputDetail. getItems()In case of a select, the items to choose from.Methods in com.adyen.model.checkout with parameters of type Item Modifier and Type Method Description InputDetailInputDetail. addItemsItem(Item itemsItem)SubInputDetailSubInputDetail. addItemsItem(Item itemsItem)Method parameters in com.adyen.model.checkout with type arguments of type Item Modifier and Type Method Description InputDetailInputDetail. items(List<Item> items)In case of a select, the items to choose from.SubInputDetailSubInputDetail. items(List<Item> items)In case of a select, the items to choose from.voidInputDetail. setItems(List<Item> items)In case of a select, the items to choose from.voidSubInputDetail. setItems(List<Item> items)In case of a select, the items to choose from.
-