public class SummaryDetail extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| SummaryDetail() | 
| SummaryDetail(SummaryDetail 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 | 
|---|---|
| BusinessSummaryInfo[] | getBusiness()Get 产品汇总信息 | 
| String | getCashPayAmount()Get 现金账户支出:通过现金账户支付的金额 | 
| String | getGroupKey()Get 账单维度编码 | 
| String | getGroupValue()Get 账单维度值 | 
| String | getIncentivePayAmount()Get 赠送账户支出:使用赠送金支付的金额 | 
| String | getRealTotalCost()Get 优惠后总价 | 
| String | getTotalCost()Get 原价,单位为元。TotalCost字段自账单3.0(即2021-05)之后开始生效,账单3.0之前返回"-"。合同价的情况下,TotalCost字段与官网价格存在差异,也返回“-”。 | 
| String | getTransferPayAmount()Get 分成金账户支出:通过分成金账户支付的金额 | 
| String | getVoucherPayAmount()Get 优惠券支出:使用各类优惠券(如代金券、现金券等)支付的金额 | 
| void | setBusiness(BusinessSummaryInfo[] Business)Set 产品汇总信息 | 
| void | setCashPayAmount(String CashPayAmount)Set 现金账户支出:通过现金账户支付的金额 | 
| void | setGroupKey(String GroupKey)Set 账单维度编码 | 
| void | setGroupValue(String GroupValue)Set 账单维度值 | 
| void | setIncentivePayAmount(String IncentivePayAmount)Set 赠送账户支出:使用赠送金支付的金额 | 
| void | setRealTotalCost(String RealTotalCost)Set 优惠后总价 | 
| void | setTotalCost(String TotalCost)Set 原价,单位为元。TotalCost字段自账单3.0(即2021-05)之后开始生效,账单3.0之前返回"-"。合同价的情况下,TotalCost字段与官网价格存在差异,也返回“-”。 | 
| void | setTransferPayAmount(String TransferPayAmount)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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic SummaryDetail()
public SummaryDetail(SummaryDetail source)
public String getGroupKey()
public void setGroupKey(String GroupKey)
GroupKey - 账单维度编码public String getGroupValue()
public void setGroupValue(String GroupValue)
GroupValue - 账单维度值public String getTotalCost()
public void setTotalCost(String TotalCost)
TotalCost - 原价,单位为元。TotalCost字段自账单3.0(即2021-05)之后开始生效,账单3.0之前返回"-"。合同价的情况下,TotalCost字段与官网价格存在差异,也返回“-”。public String getRealTotalCost()
public void setRealTotalCost(String RealTotalCost)
RealTotalCost - 优惠后总价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 getTransferPayAmount()
public void setTransferPayAmount(String TransferPayAmount)
TransferPayAmount - 分成金账户支出:通过分成金账户支付的金额public BusinessSummaryInfo[] getBusiness()
public void setBusiness(BusinessSummaryInfo[] Business)
Business - 产品汇总信息Copyright © 2025. All rights reserved.