@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class APR extends Object
Modifier and Type | Class and Description |
---|---|
static class |
APR.AprTypeEnum
The type of balance to which the APR applies.
|
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_APR_PERCENTAGE |
static String |
SERIALIZED_NAME_APR_TYPE |
static String |
SERIALIZED_NAME_BALANCE_SUBJECT_TO_APR |
static String |
SERIALIZED_NAME_INTEREST_CHARGE_AMOUNT |
Constructor and Description |
---|
APR() |
Modifier and Type | Method and Description |
---|---|
APR |
aprPercentage(Double aprPercentage) |
APR |
aprType(APR.AprTypeEnum aprType) |
APR |
balanceSubjectToApr(Double balanceSubjectToApr) |
boolean |
equals(Object o) |
Double |
getAprPercentage()
Annual Percentage Rate applied.
|
APR.AprTypeEnum |
getAprType()
The type of balance to which the APR applies.
|
Double |
getBalanceSubjectToApr()
Amount of money that is subjected to the APR if a balance was carried beyond payment due date.
|
Double |
getInterestChargeAmount()
Amount of money charged due to interest from last statement.
|
int |
hashCode() |
APR |
interestChargeAmount(Double interestChargeAmount) |
void |
setAprPercentage(Double aprPercentage) |
void |
setAprType(APR.AprTypeEnum aprType) |
void |
setBalanceSubjectToApr(Double balanceSubjectToApr) |
void |
setInterestChargeAmount(Double interestChargeAmount) |
String |
toString() |
public static final String SERIALIZED_NAME_APR_PERCENTAGE
public static final String SERIALIZED_NAME_APR_TYPE
public static final String SERIALIZED_NAME_BALANCE_SUBJECT_TO_APR
public static final String SERIALIZED_NAME_INTEREST_CHARGE_AMOUNT
public Double getAprPercentage()
public void setAprPercentage(Double aprPercentage)
public APR aprType(APR.AprTypeEnum aprType)
public APR.AprTypeEnum getAprType()
public void setAprType(APR.AprTypeEnum aprType)
@Nullable public Double getBalanceSubjectToApr()
public void setBalanceSubjectToApr(Double balanceSubjectToApr)
@Nullable public Double getInterestChargeAmount()
public void setInterestChargeAmount(Double interestChargeAmount)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.