public class PortfolioLoanRecord extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_AMOUNT |
static String |
SERIALIZED_NAME_CREATE_TIME |
static String |
SERIALIZED_NAME_CURRENCY |
static String |
SERIALIZED_NAME_CURRENCY_PAIR |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_REPAYMENT_TYPE |
static String |
SERIALIZED_NAME_TYPE |
| Constructor and Description |
|---|
PortfolioLoanRecord() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAmount()
The amount of lending or repaying
|
Long |
getCreateTime()
Created time
|
String |
getCurrency()
Currency
|
String |
getCurrencyPair()
Currency pair
|
Long |
getId()
id
|
String |
getRepaymentType()
Repayment type: none - no repayment type, manual_repay - manual repayment, auto_repay - automatic repayment, cancel_auto_repay - automatic repayment after cancellation
|
String |
getType()
type: borrow - borrow, repay - repay
|
int |
hashCode() |
String |
toString() |
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_REPAYMENT_TYPE
public static final String SERIALIZED_NAME_CURRENCY_PAIR
public static final String SERIALIZED_NAME_CURRENCY
public static final String SERIALIZED_NAME_AMOUNT
public static final String SERIALIZED_NAME_CREATE_TIME
Copyright © 2023. All rights reserved.