public class XPFAddress extends Object
Modifier and Type | Field and Description |
---|---|
private @NonNull String |
city
The city.
|
private @NonNull String |
country
The ISO3166 country code.
|
private @NonNull String |
street1
Line 1 of the street address.
|
private String |
street2
Line 2 of the street address.
|
private String |
subCountry
The province or state code.
|
private @NonNull String |
zipOrPostalCode
The zip code or postal code.
|
Constructor and Description |
---|
XPFAddress() |
@NonNull private final @NonNull String street1
private final String street2
@NonNull private final @NonNull String city
@NonNull private final @NonNull String country
private final String subCountry
@NonNull private final @NonNull String zipOrPostalCode
Copyright © 2022. All rights reserved.