public class PortfolioLoan extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PortfolioLoan.TypeEnum
type: borrow - borrow, repay - repay
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_AMOUNT |
static String |
SERIALIZED_NAME_CURRENCY |
static String |
SERIALIZED_NAME_REPAID_ALL |
static String |
SERIALIZED_NAME_TEXT |
static String |
SERIALIZED_NAME_TYPE |
| Constructor and Description |
|---|
PortfolioLoan() |
| Modifier and Type | Method and Description |
|---|---|
PortfolioLoan |
amount(String amount) |
PortfolioLoan |
currency(String currency) |
boolean |
equals(Object o) |
String |
getAmount()
The amount of lending or repaying
|
String |
getCurrency()
Currency
|
Boolean |
getRepaidAll()
Full repayment.
|
String |
getText()
User defined custom ID
|
PortfolioLoan.TypeEnum |
getType()
type: borrow - borrow, repay - repay
|
int |
hashCode() |
PortfolioLoan |
repaidAll(Boolean repaidAll) |
void |
setAmount(String amount) |
void |
setCurrency(String currency) |
void |
setRepaidAll(Boolean repaidAll) |
void |
setText(String text) |
void |
setType(PortfolioLoan.TypeEnum type) |
PortfolioLoan |
text(String text) |
String |
toString() |
PortfolioLoan |
type(PortfolioLoan.TypeEnum type) |
public static final String SERIALIZED_NAME_CURRENCY
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_AMOUNT
public static final String SERIALIZED_NAME_REPAID_ALL
public static final String SERIALIZED_NAME_TEXT
public PortfolioLoan currency(String currency)
public String getCurrency()
public void setCurrency(String currency)
public PortfolioLoan type(PortfolioLoan.TypeEnum type)
public PortfolioLoan.TypeEnum getType()
public void setType(PortfolioLoan.TypeEnum type)
public PortfolioLoan amount(String amount)
public String getAmount()
public void setAmount(String amount)
public PortfolioLoan repaidAll(Boolean repaidAll)
@Nullable public Boolean getRepaidAll()
public void setRepaidAll(Boolean repaidAll)
public PortfolioLoan text(String text)
public void setText(String text)
Copyright © 2023. All rights reserved.