@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class PaystubAddress extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_CITY |
static String |
SERIALIZED_NAME_COUNTRY |
static String |
SERIALIZED_NAME_LINE1 |
static String |
SERIALIZED_NAME_LINE2 |
static String |
SERIALIZED_NAME_POSTAL_CODE |
static String |
SERIALIZED_NAME_REGION |
static String |
SERIALIZED_NAME_STATE_CODE |
static String |
SERIALIZED_NAME_STREET |
Constructor and Description |
---|
PaystubAddress() |
Modifier and Type | Method and Description |
---|---|
PaystubAddress |
city(String city) |
PaystubAddress |
country(String country) |
boolean |
equals(Object o) |
String |
getCity()
The full city name.
|
String |
getCountry()
The ISO 3166-1 alpha-2 country code.
|
String |
getLine1()
Street address line 1.
|
String |
getLine2()
Street address line 2.
|
String |
getPostalCode()
The postal code of the address.
|
String |
getRegion()
The region or state Example: `\"NC\"`
|
String |
getStateCode()
The region or state Example: `\"NC\"`
|
String |
getStreet()
The full street address.
|
int |
hashCode() |
PaystubAddress |
line1(String line1) |
PaystubAddress |
line2(String line2) |
PaystubAddress |
postalCode(String postalCode) |
PaystubAddress |
region(String region) |
void |
setCity(String city) |
void |
setCountry(String country) |
void |
setLine1(String line1) |
void |
setLine2(String line2) |
void |
setPostalCode(String postalCode) |
void |
setRegion(String region) |
void |
setStateCode(String stateCode) |
void |
setStreet(String street) |
PaystubAddress |
stateCode(String stateCode) |
PaystubAddress |
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 static final String SERIALIZED_NAME_LINE1
public static final String SERIALIZED_NAME_LINE2
public static final String SERIALIZED_NAME_STATE_CODE
public PaystubAddress city(String city)
public void setCity(String city)
public PaystubAddress country(String country)
@Nullable public String getCountry()
public void setCountry(String country)
public PaystubAddress postalCode(String postalCode)
@Nullable public String getPostalCode()
public void setPostalCode(String postalCode)
public PaystubAddress region(String region)
public void setRegion(String region)
public PaystubAddress street(String street)
public void setStreet(String street)
public PaystubAddress line1(String line1)
public void setLine1(String line1)
public PaystubAddress line2(String line2)
public void setLine2(String line2)
public PaystubAddress stateCode(String stateCode)
@Nullable public String getStateCode()
public void setStateCode(String stateCode)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.