public class Address extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
city
The addresses' city
|
String |
country
Here a three digit country code is expected.
|
String |
postalCode
The addresses' postal code
|
String |
street
The street and house number of the address.
|
String |
streetDetails
Further details of the street address, e.g.
|
public final String street
public final String streetDetails
public final String city
public final String postalCode
public final String country
Copyright © 2017. All rights reserved.