public class RepayResp extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_REPAID_INTEREST |
static String |
SERIALIZED_NAME_REPAID_PRINCIPAL |
| Constructor and Description |
|---|
RepayResp() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getRepaidInterest()
Interest
|
String |
getRepaidPrincipal()
Principal
|
int |
hashCode() |
RepayResp |
repaidInterest(String repaidInterest) |
RepayResp |
repaidPrincipal(String repaidPrincipal) |
void |
setRepaidInterest(String repaidInterest) |
void |
setRepaidPrincipal(String repaidPrincipal) |
String |
toString() |
public static final String SERIALIZED_NAME_REPAID_PRINCIPAL
public static final String SERIALIZED_NAME_REPAID_INTEREST
Copyright © 2023. All rights reserved.