@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class CreditEmploymentVerification extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ACCOUNT_ID |
static String |
SERIALIZED_NAME_EMPLOYEE_TYPE |
static String |
SERIALIZED_NAME_EMPLOYER |
static String |
SERIALIZED_NAME_END_DATE |
static String |
SERIALIZED_NAME_LAST_PAYSTUB_DATE |
static String |
SERIALIZED_NAME_PLATFORM_IDS |
static String |
SERIALIZED_NAME_START_DATE |
static String |
SERIALIZED_NAME_STATUS |
static String |
SERIALIZED_NAME_TITLE |
| Constructor and Description |
|---|
CreditEmploymentVerification() |
public static final String SERIALIZED_NAME_ACCOUNT_ID
public static final String SERIALIZED_NAME_STATUS
public static final String SERIALIZED_NAME_START_DATE
public static final String SERIALIZED_NAME_END_DATE
public static final String SERIALIZED_NAME_EMPLOYER
public static final String SERIALIZED_NAME_TITLE
public static final String SERIALIZED_NAME_PLATFORM_IDS
public static final String SERIALIZED_NAME_EMPLOYEE_TYPE
public static final String SERIALIZED_NAME_LAST_PAYSTUB_DATE
public CreditEmploymentVerification accountId(String accountId)
@Nullable public String getAccountId()
public void setAccountId(String accountId)
public CreditEmploymentVerification status(String status)
public void setStatus(String status)
public CreditEmploymentVerification startDate(LocalDate startDate)
@Nullable public LocalDate getStartDate()
public void setStartDate(LocalDate startDate)
public CreditEmploymentVerification endDate(LocalDate endDate)
@Nullable public LocalDate getEndDate()
public void setEndDate(LocalDate endDate)
public CreditEmploymentVerification employer(CreditEmployerVerification employer)
public CreditEmployerVerification getEmployer()
public void setEmployer(CreditEmployerVerification employer)
public CreditEmploymentVerification title(String title)
public void setTitle(String title)
public CreditEmploymentVerification platformIds(CreditPlatformIds platformIds)
public CreditPlatformIds getPlatformIds()
public void setPlatformIds(CreditPlatformIds platformIds)
public CreditEmploymentVerification employeeType(String employeeType)
@Nullable public String getEmployeeType()
public void setEmployeeType(String employeeType)
public CreditEmploymentVerification lastPaystubDate(LocalDate lastPaystubDate)
@Nullable public LocalDate getLastPaystubDate()
public void setLastPaystubDate(LocalDate lastPaystubDate)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.