@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class IdentityVerificationDocumentAddressResponse 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 |
| Constructor and Description |
|---|
IdentityVerificationDocumentAddressResponse() |
| Modifier and Type | Method and Description |
|---|---|
IdentityVerificationDocumentAddressResponse |
city(String city) |
IdentityVerificationDocumentAddressResponse |
country(String country) |
boolean |
equals(Object o) |
String |
getCity()
City extracted from the document.
|
String |
getCountry()
Valid, capitalized, two-letter ISO code representing the country extracted from the document.
|
String |
getPostalCode()
The postal code extracted from the document.
|
String |
getRegion()
An ISO 3166-2 subdivision code extracted from the document.
|
String |
getStreet()
The full street address extracted from the document.
|
int |
hashCode() |
IdentityVerificationDocumentAddressResponse |
postalCode(String postalCode) |
IdentityVerificationDocumentAddressResponse |
region(String region) |
void |
setCity(String city) |
void |
setCountry(String country) |
void |
setPostalCode(String postalCode) |
void |
setRegion(String region) |
void |
setStreet(String street) |
IdentityVerificationDocumentAddressResponse |
street(String street) |
String |
toString() |
public static final String SERIALIZED_NAME_STREET
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 IdentityVerificationDocumentAddressResponse()
public IdentityVerificationDocumentAddressResponse street(String street)
public String getStreet()
public void setStreet(String street)
public IdentityVerificationDocumentAddressResponse city(String city)
public String getCity()
public void setCity(String city)
public IdentityVerificationDocumentAddressResponse region(String region)
@Nullable public String getRegion()
public void setRegion(String region)
public IdentityVerificationDocumentAddressResponse postalCode(String postalCode)
@Nullable public String getPostalCode()
public void setPostalCode(String postalCode)
public IdentityVerificationDocumentAddressResponse country(String country)
public String getCountry()
public void setCountry(String country)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.