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