public class BusinessSummaryTotal extends AbstractModel
Constructor and Description |
---|
BusinessSummaryTotal() |
Modifier and Type | Method and Description |
---|---|
String |
getCashPayAmount()
Get 现金金额
|
String |
getIncentivePayAmount()
Get 赠送金金额
|
String |
getRealTotalCost()
Get 总花费
|
String |
getVoucherPayAmount()
Get 代金券金额
|
void |
setCashPayAmount(String CashPayAmount)
Set 现金金额
|
void |
setIncentivePayAmount(String IncentivePayAmount)
Set 赠送金金额
|
void |
setRealTotalCost(String RealTotalCost)
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 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 © 2020. All rights reserved.