public class Address extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
AddressLine
Street address
|
String |
CountryCode
The 2-letter ISO 3166 country code
|
String |
Municipality
The City/Municipality/Town
|
String |
PostalCode
The Postal or Zip code
|
String |
Region
The Region/District/State
|
| Constructor and Description |
|---|
Address() |
public String CountryCode
public String PostalCode
public String Region
public String Municipality
public String AddressLine
Copyright © 2023. All rights reserved.