@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-01-18T17:46:09.980340Z[Etc/UTC]") public class MortgageInterestRate extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_PERCENTAGE |
static String |
SERIALIZED_NAME_TYPE |
Constructor and Description |
---|
MortgageInterestRate() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Double |
getPercentage()
Percentage value (interest rate of current mortgage, not APR) of interest payable on a loan.
|
String |
getType()
The type of interest charged (fixed or variable).
|
int |
hashCode() |
MortgageInterestRate |
percentage(Double percentage) |
void |
setPercentage(Double percentage) |
void |
setType(String type) |
String |
toString() |
MortgageInterestRate |
type(String type) |
public static final String SERIALIZED_NAME_PERCENTAGE
public static final String SERIALIZED_NAME_TYPE
public MortgageInterestRate percentage(Double percentage)
@Nullable public Double getPercentage()
public void setPercentage(Double percentage)
public MortgageInterestRate type(String type)
@Nullable public String getType()
public void setType(String type)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.