@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class CreditPayStubEmployee extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ADDRESS |
static String |
SERIALIZED_NAME_MARITAL_STATUS |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_TAXPAYER_ID |
Constructor and Description |
---|
CreditPayStubEmployee() |
Modifier and Type | Method and Description |
---|---|
CreditPayStubEmployee |
address(CreditPayStubAddress address) |
boolean |
equals(Object o) |
CreditPayStubAddress |
getAddress()
Get address
|
String |
getMaritalStatus()
Marital status of the employee - either `SINGLE` or `MARRIED` or `NOT LISTED`.
|
String |
getName()
The name of the employee.
|
PayStubTaxpayerID |
getTaxpayerId()
Get taxpayerId
|
int |
hashCode() |
CreditPayStubEmployee |
maritalStatus(String maritalStatus) |
CreditPayStubEmployee |
name(String name) |
void |
setAddress(CreditPayStubAddress address) |
void |
setMaritalStatus(String maritalStatus) |
void |
setName(String name) |
void |
setTaxpayerId(PayStubTaxpayerID taxpayerId) |
CreditPayStubEmployee |
taxpayerId(PayStubTaxpayerID taxpayerId) |
String |
toString() |
public static final String SERIALIZED_NAME_ADDRESS
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_MARITAL_STATUS
public static final String SERIALIZED_NAME_TAXPAYER_ID
public CreditPayStubEmployee address(CreditPayStubAddress address)
public CreditPayStubAddress getAddress()
public void setAddress(CreditPayStubAddress address)
public CreditPayStubEmployee name(String name)
public void setName(String name)
public CreditPayStubEmployee maritalStatus(String maritalStatus)
@Nullable public String getMaritalStatus()
public void setMaritalStatus(String maritalStatus)
public CreditPayStubEmployee taxpayerId(PayStubTaxpayerID taxpayerId)
public PayStubTaxpayerID getTaxpayerId()
public void setTaxpayerId(PayStubTaxpayerID taxpayerId)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.