public class ActionSummaryOverviewItem extends AbstractModel
构造器和说明 |
---|
ActionSummaryOverviewItem() |
限定符和类型 | 方法和说明 |
---|---|
String |
getActionType()
Get 交易类型:包年包月新购/续费/升降配/退款、按量计费扣费、调账补偿/扣费等类型
|
String |
getActionTypeName()
Get 交易类型名称
|
String |
getBillMonth()
Get 账单月份,格式2019-08
|
String |
getCashPayAmount()
Get 现金金额
|
String |
getIncentivePayAmount()
Get 赠送金金额
|
String |
getRealTotalCost()
Get 实际花费
|
String |
getRealTotalCostRatio()
Get 费用所占百分比,两位小数
|
String |
getVoucherPayAmount()
Get 代金券金额
|
void |
setActionType(String ActionType)
Set 交易类型:包年包月新购/续费/升降配/退款、按量计费扣费、调账补偿/扣费等类型
|
void |
setActionTypeName(String ActionTypeName)
Set 交易类型名称
|
void |
setBillMonth(String BillMonth)
Set 账单月份,格式2019-08
|
void |
setCashPayAmount(String CashPayAmount)
Set 现金金额
|
void |
setIncentivePayAmount(String IncentivePayAmount)
Set 赠送金金额
|
void |
setRealTotalCost(String RealTotalCost)
Set 实际花费
|
void |
setRealTotalCostRatio(String RealTotalCostRatio)
Set 费用所占百分比,两位小数
|
void |
setVoucherPayAmount(String VoucherPayAmount)
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 String getActionType()
public void setActionType(String ActionType)
ActionType
- 交易类型:包年包月新购/续费/升降配/退款、按量计费扣费、调账补偿/扣费等类型public String getActionTypeName()
public void setActionTypeName(String ActionTypeName)
ActionTypeName
- 交易类型名称public String getRealTotalCost()
public void setRealTotalCost(String RealTotalCost)
RealTotalCost
- 实际花费public String getRealTotalCostRatio()
public void setRealTotalCostRatio(String RealTotalCostRatio)
RealTotalCostRatio
- 费用所占百分比,两位小数public String getCashPayAmount()
public void setCashPayAmount(String CashPayAmount)
CashPayAmount
- 现金金额public String getIncentivePayAmount()
public void setIncentivePayAmount(String IncentivePayAmount)
IncentivePayAmount
- 赠送金金额public String getVoucherPayAmount()
public void setVoucherPayAmount(String VoucherPayAmount)
VoucherPayAmount
- 代金券金额public String getBillMonth()
public void setBillMonth(String BillMonth)
BillMonth
- 账单月份,格式2019-08Copyright © 2019. All rights reserved.