@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class ClientProvidedTransactionLocation 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_POSTAL_CODE |
static String |
SERIALIZED_NAME_REGION |
| Constructor and Description |
|---|
ClientProvidedTransactionLocation() |
| Modifier and Type | Method and Description |
|---|---|
ClientProvidedTransactionLocation |
address(String address) |
ClientProvidedTransactionLocation |
city(String city) |
ClientProvidedTransactionLocation |
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 country where the transaction occurred.
|
String |
getPostalCode()
The postal code where the transaction occurred.
|
String |
getRegion()
The region or state where the transaction occurred.
|
int |
hashCode() |
ClientProvidedTransactionLocation |
postalCode(String postalCode) |
ClientProvidedTransactionLocation |
region(String region) |
void |
setAddress(String address) |
void |
setCity(String city) |
void |
setCountry(String country) |
void |
setPostalCode(String postalCode) |
void |
setRegion(String region) |
String |
toString() |
public static final String SERIALIZED_NAME_COUNTRY
public static final String SERIALIZED_NAME_REGION
public static final String SERIALIZED_NAME_CITY
public static final String SERIALIZED_NAME_ADDRESS
public static final String SERIALIZED_NAME_POSTAL_CODE
public ClientProvidedTransactionLocation country(String country)
@Nullable public String getCountry()
public void setCountry(String country)
public ClientProvidedTransactionLocation region(String region)
@Nullable public String getRegion()
public void setRegion(String region)
public ClientProvidedTransactionLocation city(String city)
public void setCity(String city)
public ClientProvidedTransactionLocation address(String address)
@Nullable public String getAddress()
public void setAddress(String address)
public ClientProvidedTransactionLocation postalCode(String postalCode)
@Nullable public String getPostalCode()
public void setPostalCode(String postalCode)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.