Class AddressItem
-
- All Implemented Interfaces:
-
android.os.Parcelable
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) public final class AddressItem extends ModelObject
-
-
Field Summary
Fields Modifier and Type Field Description public final static ModelObject.Serializer<AddressItem>SERIALIZERprivate final Stringidprivate final Stringname
-
Constructor Summary
Constructors Constructor Description AddressItem(String id, String name)
-
Method Summary
-
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
-
-