Class InputDetail
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class InputDetail extends ModelObject
-
-
Field Summary
Fields Modifier and Type Field Description public final static ModelObject.Serializer<InputDetail>SERIALIZERprivate List<Item>items
-
Constructor Summary
Constructors Constructor Description InputDetail(List<Item> items)
-
Method Summary
Modifier and Type Method Description final List<Item>getItems()final UnitsetItems(List<Item> items)-
Methods inherited from class com.adyen.checkout.core.internal.data.model.ModelObject
describeContents -
Methods inherited from class android.os.Parcelable
writeToParcel -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-