@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-08-10T22:39:54.038561Z[Etc/UTC]") public class IdentityVerificationUserAddress extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CITY |
static String |
SERIALIZED_NAME_COUNTRY |
static String |
SERIALIZED_NAME_POSTAL_CODE |
static String |
SERIALIZED_NAME_REGION |
static String |
SERIALIZED_NAME_STREET |
static String |
SERIALIZED_NAME_STREET2 |
| Constructor and Description |
|---|
IdentityVerificationUserAddress() |
| Modifier and Type | Method and Description |
|---|---|
IdentityVerificationUserAddress |
city(String city) |
IdentityVerificationUserAddress |
country(String country) |
boolean |
equals(Object o) |
String |
getCity()
City from the end user's address
|
String |
getCountry()
Valid, capitalized, two-letter ISO code representing the country of this object.
|
String |
getPostalCode()
The postal code for the associated address.
|
String |
getRegion()
An ISO 3166-2 subdivision code.
|
String |
getStreet()
The primary street portion of an address.
|
String |
getStreet2()
Extra street information, like an apartment or suite number.
|
int |
hashCode() |
IdentityVerificationUserAddress |
postalCode(String postalCode) |
IdentityVerificationUserAddress |
region(String region) |
void |
setCity(String city) |
void |
setCountry(String country) |
void |
setPostalCode(String postalCode) |
void |
setRegion(String region) |
void |
setStreet(String street) |
void |
setStreet2(String street2) |
IdentityVerificationUserAddress |
street(String street) |
IdentityVerificationUserAddress |
street2(String street2) |
String |
toString() |
public static final String SERIALIZED_NAME_STREET
public static final String SERIALIZED_NAME_STREET2
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 IdentityVerificationUserAddress street(String street)
@Nullable public String getStreet()
public void setStreet(String street)
public IdentityVerificationUserAddress street2(String street2)
@Nullable public String getStreet2()
public void setStreet2(String street2)
public IdentityVerificationUserAddress city(String city)
public void setCity(String city)
public IdentityVerificationUserAddress region(String region)
@Nullable public String getRegion()
public void setRegion(String region)
public IdentityVerificationUserAddress postalCode(String postalCode)
@Nullable public String getPostalCode()
public void setPostalCode(String postalCode)
public IdentityVerificationUserAddress country(String country)
public String getCountry()
public void setCountry(String country)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.