@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-05-31T23:42:52.209921Z[Etc/UTC]") public class PaystubEmployer extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ADDRESS |
static String |
SERIALIZED_NAME_NAME |
Constructor and Description |
---|
PaystubEmployer() |
Modifier and Type | Method and Description |
---|---|
PaystubEmployer |
address(PaystubAddress address) |
boolean |
equals(Object o) |
PaystubAddress |
getAddress()
Get address
|
String |
getName()
The name of the employer on the paystub.
|
int |
hashCode() |
PaystubEmployer |
name(String name) |
void |
setAddress(PaystubAddress address) |
void |
setName(String name) |
String |
toString() |
public static final String SERIALIZED_NAME_ADDRESS
public static final String SERIALIZED_NAME_NAME
public PaystubEmployer address(PaystubAddress address)
@Nullable public PaystubAddress getAddress()
public void setAddress(PaystubAddress address)
public PaystubEmployer name(String name)
public void setName(String name)
Copyright © 2017–2022 Plaid Inc.. All rights reserved.