@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class DepositSwitchAddressData 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 |
|---|
DepositSwitchAddressData() |
| Modifier and Type | Method and Description |
|---|---|
DepositSwitchAddressData |
city(String city) |
DepositSwitchAddressData |
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
|
String |
getRegion()
The region or state Example: `\"NC\"`
|
String |
getStreet()
The full street address Example: `\"564 Main Street, APT 15\"`
|
int |
hashCode() |
DepositSwitchAddressData |
postalCode(String postalCode) |
DepositSwitchAddressData |
region(String region) |
void |
setCity(String city) |
void |
setCountry(String country) |
void |
setPostalCode(String postalCode) |
void |
setRegion(String region) |
void |
setStreet(String street) |
DepositSwitchAddressData |
street(String street) |
String |
toString() |
public static final String SERIALIZED_NAME_CITY
public static final String SERIALIZED_NAME_REGION
public static final String SERIALIZED_NAME_STREET
public static final String SERIALIZED_NAME_POSTAL_CODE
public static final String SERIALIZED_NAME_COUNTRY
public DepositSwitchAddressData city(String city)
public String getCity()
public void setCity(String city)
public DepositSwitchAddressData region(String region)
public String getRegion()
public void setRegion(String region)
public DepositSwitchAddressData street(String street)
public String getStreet()
public void setStreet(String street)
public DepositSwitchAddressData postalCode(String postalCode)
public String getPostalCode()
public void setPostalCode(String postalCode)
public DepositSwitchAddressData country(String country)
public String getCountry()
public void setCountry(String country)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.