@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class PartnerEndCustomerAddress extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CITY |
static String |
SERIALIZED_NAME_COUNTRY_CODE |
static String |
SERIALIZED_NAME_POSTAL_CODE |
static String |
SERIALIZED_NAME_REGION |
static String |
SERIALIZED_NAME_STREET |
| Constructor and Description |
|---|
PartnerEndCustomerAddress() |
| Modifier and Type | Method and Description |
|---|---|
PartnerEndCustomerAddress |
city(String city) |
PartnerEndCustomerAddress |
countryCode(String countryCode) |
boolean |
equals(Object o) |
String |
getCity()
Get city
|
String |
getCountryCode()
ISO-3166-1 alpha-2 country code standard.
|
String |
getPostalCode()
Get postalCode
|
String |
getRegion()
Get region
|
String |
getStreet()
Get street
|
int |
hashCode() |
PartnerEndCustomerAddress |
postalCode(String postalCode) |
PartnerEndCustomerAddress |
region(String region) |
void |
setCity(String city) |
void |
setCountryCode(String countryCode) |
void |
setPostalCode(String postalCode) |
void |
setRegion(String region) |
void |
setStreet(String street) |
PartnerEndCustomerAddress |
street(String street) |
String |
toString() |
public static final String SERIALIZED_NAME_CITY
public static final String SERIALIZED_NAME_STREET
public static final String SERIALIZED_NAME_REGION
public static final String SERIALIZED_NAME_POSTAL_CODE
public static final String SERIALIZED_NAME_COUNTRY_CODE
public PartnerEndCustomerAddress city(String city)
public void setCity(String city)
public PartnerEndCustomerAddress street(String street)
public void setStreet(String street)
public PartnerEndCustomerAddress region(String region)
public void setRegion(String region)
public PartnerEndCustomerAddress postalCode(String postalCode)
public void setPostalCode(String postalCode)
public PartnerEndCustomerAddress countryCode(String countryCode)
@Nullable public String getCountryCode()
public void setCountryCode(String countryCode)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.