Package com.adyen.model.checkout
Class Item
- java.lang.Object
-
- com.adyen.model.checkout.Item
-
public class Item extends Object
Item
-
-
Constructor Summary
Constructors Constructor Description Item()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetId()The value to provide in the result.StringgetName()The display name.inthashCode()Itemid(String id)Itemname(String name)voidsetId(String id)voidsetName(String name)StringtoString()
-