public class DescribeAccountBalanceResponse extends AbstractModel
Constructor and Description |
---|
DescribeAccountBalanceResponse() |
DescribeAccountBalanceResponse(DescribeAccountBalanceResponse source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getBalance()
Get Available account balance in cents, which takes the same calculation rules as `RealBalance`, `CreditBalance`, and `RealCreditBalance`.
|
Float |
getCashAccountBalance()
Get Cash account balance in cents.
|
Float |
getCreditAmount()
Get Credit limit.
|
Float |
getCreditBalance()
Get Available credit balance in cents, which takes the same calculation rules as `Balance`, `RealBalance`, and `RealCreditBalance`.
|
Float |
getFreezeAmount()
Get Frozen amount in cents.
|
Float |
getIncomeIntoAccountBalance()
Get Income account balance in cents.
|
Boolean |
getIsAllowArrears()
Get Whether overdue payments are allowed.
|
Boolean |
getIsCreditLimited()
Get Whether you have a credit limit.
|
Float |
getOweAmount()
Get Overdue amount in cents, which is when the available credit balance is negative.
|
Float |
getPresentAccountBalance()
Get Present account balance in cents.
|
Float |
getRealBalance()
Get Available account balance in cents, which takes the same calculation rules as `Balance`, `CreditBalance`, and `RealCreditBalance`.
|
Float |
getRealCreditBalance()
Get Available account balance in cents, which takes the same calculation rules as `Balance`, `RealBalance`, and `CreditBalance`.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
Long |
getUin()
Get The UIN to query.
|
void |
setBalance(Long Balance)
Set Available account balance in cents, which takes the same calculation rules as `RealBalance`, `CreditBalance`, and `RealCreditBalance`.
|
void |
setCashAccountBalance(Float CashAccountBalance)
Set Cash account balance in cents.
|
void |
setCreditAmount(Float CreditAmount)
Set Credit limit.
|
void |
setCreditBalance(Float CreditBalance)
Set Available credit balance in cents, which takes the same calculation rules as `Balance`, `RealBalance`, and `RealCreditBalance`.
|
void |
setFreezeAmount(Float FreezeAmount)
Set Frozen amount in cents.
|
void |
setIncomeIntoAccountBalance(Float IncomeIntoAccountBalance)
Set Income account balance in cents.
|
void |
setIsAllowArrears(Boolean IsAllowArrears)
Set Whether overdue payments are allowed.
|
void |
setIsCreditLimited(Boolean IsCreditLimited)
Set Whether you have a credit limit.
|
void |
setOweAmount(Float OweAmount)
Set Overdue amount in cents, which is when the available credit balance is negative.
|
void |
setPresentAccountBalance(Float PresentAccountBalance)
Set Present account balance in cents.
|
void |
setRealBalance(Float RealBalance)
Set Available account balance in cents, which takes the same calculation rules as `Balance`, `CreditBalance`, and `RealCreditBalance`.
|
void |
setRealCreditBalance(Float RealCreditBalance)
Set Available account balance in cents, which takes the same calculation rules as `Balance`, `RealBalance`, and `CreditBalance`.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setUin(Long Uin)
Set The UIN to query.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeAccountBalanceResponse()
public DescribeAccountBalanceResponse(DescribeAccountBalanceResponse source)
public Long getBalance()
public void setBalance(Long Balance)
Balance
- Available account balance in cents, which takes the same calculation rules as `RealBalance`, `CreditBalance`, and `RealCreditBalance`.public Long getUin()
public void setUin(Long Uin)
Uin
- The UIN to query.public Float getRealBalance()
public void setRealBalance(Float RealBalance)
RealBalance
- Available account balance in cents, which takes the same calculation rules as `Balance`, `CreditBalance`, and `RealCreditBalance`.public Float getCashAccountBalance()
public void setCashAccountBalance(Float CashAccountBalance)
CashAccountBalance
- Cash account balance in cents. Currently, this field is not applied.public Float getIncomeIntoAccountBalance()
public void setIncomeIntoAccountBalance(Float IncomeIntoAccountBalance)
IncomeIntoAccountBalance
- Income account balance in cents. Currently, this field is not applied.public Float getPresentAccountBalance()
public void setPresentAccountBalance(Float PresentAccountBalance)
PresentAccountBalance
- Present account balance in cents. Currently, this field is not applied.public Float getFreezeAmount()
public void setFreezeAmount(Float FreezeAmount)
FreezeAmount
- Frozen amount in cents.public Float getOweAmount()
public void setOweAmount(Float OweAmount)
OweAmount
- Overdue amount in cents, which is when the available credit balance is negative.public Boolean getIsAllowArrears()
public void setIsAllowArrears(Boolean IsAllowArrears)
IsAllowArrears
- Whether overdue payments are allowed. Currently, this field is not applied.public Boolean getIsCreditLimited()
public void setIsCreditLimited(Boolean IsCreditLimited)
IsCreditLimited
- Whether you have a credit limit. Currently, this field is not applied.public Float getCreditAmount()
public void setCreditAmount(Float CreditAmount)
CreditAmount
- Credit limit. Credit limit-available credit balance = consumption amountpublic Float getCreditBalance()
public void setCreditBalance(Float CreditBalance)
CreditBalance
- Available credit balance in cents, which takes the same calculation rules as `Balance`, `RealBalance`, and `RealCreditBalance`.public Float getRealCreditBalance()
public void setRealCreditBalance(Float RealCreditBalance)
RealCreditBalance
- Available account balance in cents, which takes the same calculation rules as `Balance`, `RealBalance`, and `CreditBalance`.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2023. All rights reserved.