-
- 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 String
city
protected String
country
protected String
countryCode
protected String
postalCode
protected String
streetLine1
protected String
streetLine2
public final static Parcelable.Creator<MenigaMerchantLocation>
CREATOR
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
hashCode()
int
describeContents()
void
writeToParcel(Parcel dest, int flags)
String
getCity()
String
getCountry()
String
getCountryCode()
String
getPostalCode()
String
getStreetLine1()
String
getStreetLine2()
-
-
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()
-
-
-
-