public class DescribeBillListResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeBillListResponse() |
DescribeBillListResponse(DescribeBillListResponse 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 |
---|---|
Float |
getAdvancePayAmount()
Get 还垫付总额,单位(分)
|
Float |
getAdvanceRechargeAmount()
Get 垫付充值总额,单位(分)
|
Float |
getAgentInAmount()
Get 资金转入总额,单位(分)
|
Float |
getAgentOutAmount()
Get 资金转出总额,单位(分)
|
Float |
getBlockAmount()
Get 冻结总额,单位(分)
|
Float |
getDeductAmount()
Get 扣费总额,单位(分)
|
Float |
getRechargeAmount()
Get 充值总额,单位(分)
|
String |
getRequestId()
Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
Float |
getReturnAmount()
Get 退费总额,单位(分)
|
Long |
getTotal()
Get 总条数
|
BillTransactionInfo[] |
getTransactionList()
Get 收支明细列表
|
Float |
getUnblockAmount()
Get 解冻总额,单位(分)
|
Float |
getWithdrawAmount()
Get 提现扣减总额,单位(分)
|
void |
setAdvancePayAmount(Float AdvancePayAmount)
Set 还垫付总额,单位(分)
|
void |
setAdvanceRechargeAmount(Float AdvanceRechargeAmount)
Set 垫付充值总额,单位(分)
|
void |
setAgentInAmount(Float AgentInAmount)
Set 资金转入总额,单位(分)
|
void |
setAgentOutAmount(Float AgentOutAmount)
Set 资金转出总额,单位(分)
|
void |
setBlockAmount(Float BlockAmount)
Set 冻结总额,单位(分)
|
void |
setDeductAmount(Float DeductAmount)
Set 扣费总额,单位(分)
|
void |
setRechargeAmount(Float RechargeAmount)
Set 充值总额,单位(分)
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
void |
setReturnAmount(Float ReturnAmount)
Set 退费总额,单位(分)
|
void |
setTotal(Long Total)
Set 总条数
|
void |
setTransactionList(BillTransactionInfo[] TransactionList)
Set 收支明细列表
|
void |
setUnblockAmount(Float UnblockAmount)
Set 解冻总额,单位(分)
|
void |
setWithdrawAmount(Float WithdrawAmount)
Set 提现扣减总额,单位(分)
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeBillListResponse()
public DescribeBillListResponse(DescribeBillListResponse source)
public BillTransactionInfo[] getTransactionList()
public void setTransactionList(BillTransactionInfo[] TransactionList)
TransactionList
- 收支明细列表public Long getTotal()
public void setTotal(Long Total)
Total
- 总条数public Float getReturnAmount()
public void setReturnAmount(Float ReturnAmount)
ReturnAmount
- 退费总额,单位(分)public Float getRechargeAmount()
public void setRechargeAmount(Float RechargeAmount)
RechargeAmount
- 充值总额,单位(分)public Float getBlockAmount()
public void setBlockAmount(Float BlockAmount)
BlockAmount
- 冻结总额,单位(分)public Float getUnblockAmount()
public void setUnblockAmount(Float UnblockAmount)
UnblockAmount
- 解冻总额,单位(分)public Float getDeductAmount()
public void setDeductAmount(Float DeductAmount)
DeductAmount
- 扣费总额,单位(分)public Float getAgentInAmount()
public void setAgentInAmount(Float AgentInAmount)
AgentInAmount
- 资金转入总额,单位(分)public Float getAdvanceRechargeAmount()
public void setAdvanceRechargeAmount(Float AdvanceRechargeAmount)
AdvanceRechargeAmount
- 垫付充值总额,单位(分)public Float getWithdrawAmount()
public void setWithdrawAmount(Float WithdrawAmount)
WithdrawAmount
- 提现扣减总额,单位(分)public Float getAgentOutAmount()
public void setAgentOutAmount(Float AgentOutAmount)
AgentOutAmount
- 资金转出总额,单位(分)public Float getAdvancePayAmount()
public void setAdvancePayAmount(Float AdvancePayAmount)
AdvancePayAmount
- 还垫付总额,单位(分)public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2024. All rights reserved.