public class BillTransactionInfo extends AbstractModel
Constructor and Description |
---|
BillTransactionInfo() |
BillTransactionInfo(BillTransactionInfo 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 |
---|---|
String |
getActionType()
Get 收支类型:deduct 扣费, recharge 充值, return 退费, block 冻结, unblock 解冻
|
Long |
getAmount()
Get 流水金额,单位(分);正数表示入账,负数表示出账
|
Long |
getBalance()
Get 可用余额,单位(分);正数表示入账,负数表示出账
|
String |
getBillId()
Get 流水号,如20190131020000236005203583326401
|
Long |
getCash()
Get 现金账户余额,单位(分)
|
String |
getDeductMode()
Get 扣费模式:trade 包年包月(预付费),hourh 按量-小时结,hourd 按量-日结,hourm 按量-月结,month 按量-月结
|
Long |
getFreezing()
Get 冻结余额,单位(分)
|
Long |
getIncentive()
Get 赠送金余额,单位(分)
|
String |
getOperationInfo()
Get 描述信息
|
String |
getOperationTime()
Get 操作时间"2019-01-31 23:35:10.000"
|
String |
getPayChannel()
Get 交易渠道
|
void |
setActionType(String ActionType)
Set 收支类型:deduct 扣费, recharge 充值, return 退费, block 冻结, unblock 解冻
|
void |
setAmount(Long Amount)
Set 流水金额,单位(分);正数表示入账,负数表示出账
|
void |
setBalance(Long Balance)
Set 可用余额,单位(分);正数表示入账,负数表示出账
|
void |
setBillId(String BillId)
Set 流水号,如20190131020000236005203583326401
|
void |
setCash(Long Cash)
Set 现金账户余额,单位(分)
|
void |
setDeductMode(String DeductMode)
Set 扣费模式:trade 包年包月(预付费),hourh 按量-小时结,hourd 按量-日结,hourm 按量-月结,month 按量-月结
|
void |
setFreezing(Long Freezing)
Set 冻结余额,单位(分)
|
void |
setIncentive(Long Incentive)
Set 赠送金余额,单位(分)
|
void |
setOperationInfo(String OperationInfo)
Set 描述信息
|
void |
setOperationTime(String OperationTime)
Set 操作时间"2019-01-31 23:35:10.000"
|
void |
setPayChannel(String PayChannel)
Set 交易渠道
|
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 BillTransactionInfo()
public BillTransactionInfo(BillTransactionInfo source)
public String getActionType()
public void setActionType(String ActionType)
ActionType
- 收支类型:deduct 扣费, recharge 充值, return 退费, block 冻结, unblock 解冻public Long getAmount()
public void setAmount(Long Amount)
Amount
- 流水金额,单位(分);正数表示入账,负数表示出账public Long getBalance()
public void setBalance(Long Balance)
Balance
- 可用余额,单位(分);正数表示入账,负数表示出账public String getBillId()
public void setBillId(String BillId)
BillId
- 流水号,如20190131020000236005203583326401public String getOperationInfo()
public void setOperationInfo(String OperationInfo)
OperationInfo
- 描述信息public String getOperationTime()
public void setOperationTime(String OperationTime)
OperationTime
- 操作时间"2019-01-31 23:35:10.000"public Long getCash()
public void setCash(Long Cash)
Cash
- 现金账户余额,单位(分)public Long getIncentive()
public void setIncentive(Long Incentive)
Incentive
- 赠送金余额,单位(分)public Long getFreezing()
public void setFreezing(Long Freezing)
Freezing
- 冻结余额,单位(分)public String getPayChannel()
public void setPayChannel(String PayChannel)
PayChannel
- 交易渠道public String getDeductMode()
public void setDeductMode(String DeductMode)
DeductMode
- 扣费模式:trade 包年包月(预付费),hourh 按量-小时结,hourd 按量-日结,hourm 按量-月结,month 按量-月结Copyright © 2021. All rights reserved.