@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class Location extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ADDRESS |
static String |
SERIALIZED_NAME_CITY |
static String |
SERIALIZED_NAME_COUNTRY |
static String |
SERIALIZED_NAME_LAT |
static String |
SERIALIZED_NAME_LON |
static String |
SERIALIZED_NAME_POSTAL_CODE |
static String |
SERIALIZED_NAME_REGION |
static String |
SERIALIZED_NAME_STORE_NUMBER |
| Constructor and Description |
|---|
Location() |
| Modifier and Type | Method and Description |
|---|---|
Location |
address(String address) |
Location |
city(String city) |
Location |
country(String country) |
boolean |
equals(Object o) |
String |
getAddress()
The street address where the transaction occurred.
|
String |
getCity()
The city where the transaction occurred.
|
String |
getCountry()
The ISO 3166-1 alpha-2 country code where the transaction occurred.
|
Double |
getLat()
The latitude where the transaction occurred.
|
Double |
getLon()
The longitude where the transaction occurred.
|
String |
getPostalCode()
The postal code where the transaction occurred.
|
String |
getRegion()
The region or state where the transaction occurred.
|
String |
getStoreNumber()
The merchant defined store number where the transaction occurred.
|
int |
hashCode() |
Location |
lat(Double lat) |
Location |
lon(Double lon) |
Location |
postalCode(String postalCode) |
Location |
region(String region) |
void |
setAddress(String address) |
void |
setCity(String city) |
void |
setCountry(String country) |
void |
setLat(Double lat) |
void |
setLon(Double lon) |
void |
setPostalCode(String postalCode) |
void |
setRegion(String region) |
void |
setStoreNumber(String storeNumber) |
Location |
storeNumber(String storeNumber) |
String |
toString() |
public static final String SERIALIZED_NAME_ADDRESS
public static final String SERIALIZED_NAME_CITY
public static final String SERIALIZED_NAME_REGION
public static final String SERIALIZED_NAME_POSTAL_CODE
public static final String SERIALIZED_NAME_COUNTRY
public static final String SERIALIZED_NAME_LAT
public static final String SERIALIZED_NAME_LON
public static final String SERIALIZED_NAME_STORE_NUMBER
@Nullable public String getAddress()
public void setAddress(String address)
public void setCity(String city)
@Nullable public String getRegion()
public void setRegion(String region)
@Nullable public String getPostalCode()
public void setPostalCode(String postalCode)
@Nullable public String getCountry()
public void setCountry(String country)
public void setLat(Double lat)
public void setLon(Double lon)
@Nullable public String getStoreNumber()
public void setStoreNumber(String storeNumber)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.