@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class StudentLoanStatus extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
StudentLoanStatus.TypeEnum
The status type of the student loan
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_END_DATE |
static String |
SERIALIZED_NAME_TYPE |
| Constructor and Description |
|---|
StudentLoanStatus() |
| Modifier and Type | Method and Description |
|---|---|
StudentLoanStatus |
endDate(LocalDate endDate) |
boolean |
equals(Object o) |
LocalDate |
getEndDate()
The date until which the loan will be in its current status.
|
StudentLoanStatus.TypeEnum |
getType()
The status type of the student loan
|
int |
hashCode() |
void |
setEndDate(LocalDate endDate) |
void |
setType(StudentLoanStatus.TypeEnum type) |
String |
toString() |
StudentLoanStatus |
type(StudentLoanStatus.TypeEnum type) |
public static final String SERIALIZED_NAME_END_DATE
public static final String SERIALIZED_NAME_TYPE
public StudentLoanStatus endDate(LocalDate endDate)
@Nullable public LocalDate getEndDate()
public void setEndDate(LocalDate endDate)
public StudentLoanStatus type(StudentLoanStatus.TypeEnum type)
@Nullable public StudentLoanStatus.TypeEnum getType()
public void setType(StudentLoanStatus.TypeEnum type)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.