-
- All Implemented Interfaces:
-
android.os.Parcelable,java.io.Serializable
public class MenigaMerchantLocation implements Serializable, Parcelable
Represents further details about the location and address of a merchant.
Copyright 2017 Meniga Iceland Inc.
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringcityprotected Stringcountryprotected StringcountryCodeprotected StringpostalCodeprotected StringstreetLine1protected StringstreetLine2public final static Parcelable.Creator<MenigaMerchantLocation>CREATOR
-
Method Summary
Modifier and Type Method Description booleanequals(Object o)inthashCode()intdescribeContents()voidwriteToParcel(Parcel dest, int flags)StringgetCity()StringgetCountry()StringgetCountryCode()StringgetPostalCode()StringgetStreetLine1()StringgetStreetLine2()-
-
Method Detail
-
hashCode
int hashCode()
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
getCountry
String getCountry()
-
getCountryCode
String getCountryCode()
-
getPostalCode
String getPostalCode()
-
getStreetLine1
String getStreetLine1()
-
getStreetLine2
String getStreetLine2()
-
-
-
-