Package com.wallee.android.till.sdk.data
Class Address
- java.lang.Object
-
- com.wallee.android.till.sdk.data.Address
-
public class Address extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCity()
String
getCountryCode()
String
getFamilyName()
String
getGivenName()
String
getOrganization()
String
getPostcode()
String
getStreet()
-
-
-
Method Detail
-
getGivenName
public String getGivenName()
-
getFamilyName
public String getFamilyName()
-
getOrganization
public String getOrganization()
-
getPostcode
public String getPostcode()
-
getCountryCode
public String getCountryCode()
-
getStreet
public String getStreet()
-
getCity
public String getCity()
-
-