public class BusinessSummaryTotal extends AbstractModel
构造器和说明 |
---|
BusinessSummaryTotal() |
限定符和类型 | 方法和说明 |
---|---|
String |
getCashPayAmount()
获取现金金额
|
String |
getIncentivePayAmount()
获取赠送金金额
|
String |
getRealTotalCost()
获取总花费
|
String |
getVoucherPayAmount()
获取代金券金额
|
void |
setCashPayAmount(String CashPayAmount)
设置现金金额
|
void |
setIncentivePayAmount(String IncentivePayAmount)
设置赠送金金额
|
void |
setRealTotalCost(String RealTotalCost)
设置总花费
|
void |
setVoucherPayAmount(String VoucherPayAmount)
设置代金券金额
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getRealTotalCost()
public void setRealTotalCost(String RealTotalCost)
RealTotalCost
- 总花费public String getVoucherPayAmount()
public void setVoucherPayAmount(String VoucherPayAmount)
VoucherPayAmount
- 代金券金额public String getIncentivePayAmount()
public void setIncentivePayAmount(String IncentivePayAmount)
IncentivePayAmount
- 赠送金金额public String getCashPayAmount()
public void setCashPayAmount(String CashPayAmount)
CashPayAmount
- 现金金额Copyright © 2019. All rights reserved.