@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class StudentRepaymentPlan extends Object
Modifier and Type | Class and Description |
---|---|
static class |
StudentRepaymentPlan.TypeEnum
The type of the repayment plan.
|
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_DESCRIPTION |
static String |
SERIALIZED_NAME_TYPE |
Constructor and Description |
---|
StudentRepaymentPlan() |
Modifier and Type | Method and Description |
---|---|
StudentRepaymentPlan |
description(String description) |
boolean |
equals(Object o) |
String |
getDescription()
The description of the repayment plan as provided by the servicer.
|
StudentRepaymentPlan.TypeEnum |
getType()
The type of the repayment plan.
|
int |
hashCode() |
void |
setDescription(String description) |
void |
setType(StudentRepaymentPlan.TypeEnum type) |
String |
toString() |
StudentRepaymentPlan |
type(StudentRepaymentPlan.TypeEnum type) |
public static final String SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_TYPE
public StudentRepaymentPlan description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public StudentRepaymentPlan type(StudentRepaymentPlan.TypeEnum type)
@Nullable public StudentRepaymentPlan.TypeEnum getType()
public void setType(StudentRepaymentPlan.TypeEnum type)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.