public class PayModeSummaryOverviewItem extends AbstractModel
Constructor and Description |
---|
PayModeSummaryOverviewItem() |
Modifier and Type | Method and Description |
---|---|
String |
getCashPayAmount()
Get 现金金额
|
ActionSummaryOverviewItem[] |
getDetail()
Get 按交易类型:包年包月新购/续费/升降配/退款、按量计费扣费、调账补偿/扣费等类型汇总消费详情
|
String |
getIncentivePayAmount()
Get 赠送金金额
|
String |
getPayMode()
Get 付费模式
|
String |
getPayModeName()
Get 付费模式名称
|
String |
getRealTotalCost()
Get 实际花费
|
String |
getRealTotalCostRatio()
Get 费用所占百分比,两位小数
|
String |
getVoucherPayAmount()
Get 代金券金额
|
void |
setCashPayAmount(String CashPayAmount)
Set 现金金额
|
void |
setDetail(ActionSummaryOverviewItem[] Detail)
Set 按交易类型:包年包月新购/续费/升降配/退款、按量计费扣费、调账补偿/扣费等类型汇总消费详情
|
void |
setIncentivePayAmount(String IncentivePayAmount)
Set 赠送金金额
|
void |
setPayMode(String PayMode)
Set 付费模式
|
void |
setPayModeName(String PayModeName)
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 getPayMode()
public void setPayMode(String PayMode)
PayMode
- 付费模式public String getPayModeName()
public void setPayModeName(String PayModeName)
PayModeName
- 付费模式名称public String getRealTotalCost()
public void setRealTotalCost(String RealTotalCost)
RealTotalCost
- 实际花费public String getRealTotalCostRatio()
public void setRealTotalCostRatio(String RealTotalCostRatio)
RealTotalCostRatio
- 费用所占百分比,两位小数public ActionSummaryOverviewItem[] getDetail()
public void setDetail(ActionSummaryOverviewItem[] Detail)
Detail
- 按交易类型:包年包月新购/续费/升降配/退款、按量计费扣费、调账补偿/扣费等类型汇总消费详情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
- 代金券金额Copyright © 2020. All rights reserved.