@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-11-14T16:41:31.650700Z[Etc/UTC]") public class CreditBankStatementUploadAccountOwnerAddress 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 |
---|
CreditBankStatementUploadAccountOwnerAddress() |
Modifier and Type | Method and Description |
---|---|
CreditBankStatementUploadAccountOwnerAddress |
city(String city) |
CreditBankStatementUploadAccountOwnerAddress |
country(String country) |
boolean |
equals(Object o) |
String |
getCity()
The full city name.
|
String |
getCountry()
The ISO 3166-1 alpha-2 country code.
|
String |
getPostalCode()
The postal code of the address.
|
String |
getRegion()
The region or state.
|
String |
getStreet()
The full street address.
|
int |
hashCode() |
CreditBankStatementUploadAccountOwnerAddress |
postalCode(String postalCode) |
CreditBankStatementUploadAccountOwnerAddress |
region(String region) |
void |
setCity(String city) |
void |
setCountry(String country) |
void |
setPostalCode(String postalCode) |
void |
setRegion(String region) |
void |
setStreet(String street) |
CreditBankStatementUploadAccountOwnerAddress |
street(String street) |
String |
toString() |
public static final String SERIALIZED_NAME_CITY
public static final String SERIALIZED_NAME_COUNTRY
public static final String SERIALIZED_NAME_POSTAL_CODE
public static final String SERIALIZED_NAME_REGION
public static final String SERIALIZED_NAME_STREET
public CreditBankStatementUploadAccountOwnerAddress()
public CreditBankStatementUploadAccountOwnerAddress city(String city)
public void setCity(String city)
public CreditBankStatementUploadAccountOwnerAddress country(String country)
@Nullable public String getCountry()
public void setCountry(String country)
public CreditBankStatementUploadAccountOwnerAddress postalCode(String postalCode)
@Nullable public String getPostalCode()
public void setPostalCode(String postalCode)
public CreditBankStatementUploadAccountOwnerAddress region(String region)
@Nullable public String getRegion()
public void setRegion(String region)
public CreditBankStatementUploadAccountOwnerAddress street(String street)
public void setStreet(String street)
Copyright © 2017–2024 Plaid Inc.. All rights reserved.