public class ConsumptionBusinessSummaryDataItem extends AbstractModel
skipSign
Constructor and Description |
---|
ConsumptionBusinessSummaryDataItem() |
ConsumptionBusinessSummaryDataItem(ConsumptionBusinessSummaryDataItem 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 |
---|---|
String |
getBusinessCode()
Get 产品名称代码
|
String |
getBusinessCodeName()
Get 产品名称
|
String |
getCashPayAmount()
Get 现金
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getIncentivePayAmount()
Get 赠送金
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRealTotalCost()
Get 折后总价
|
String |
getTransferPayAmount()
Get 分成金
注意:此字段可能返回 null,表示取不到有效值。
|
ConsumptionSummaryTrend |
getTrend()
Get 费用趋势
|
String |
getVoucherPayAmount()
Get 代金券
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBusinessCode(String BusinessCode)
Set 产品名称代码
|
void |
setBusinessCodeName(String BusinessCodeName)
Set 产品名称
|
void |
setCashPayAmount(String CashPayAmount)
Set 现金
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIncentivePayAmount(String IncentivePayAmount)
Set 赠送金
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRealTotalCost(String RealTotalCost)
Set 折后总价
|
void |
setTransferPayAmount(String TransferPayAmount)
Set 分成金
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTrend(ConsumptionSummaryTrend Trend)
Set 费用趋势
|
void |
setVoucherPayAmount(String VoucherPayAmount)
Set 代金券
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ConsumptionBusinessSummaryDataItem()
public ConsumptionBusinessSummaryDataItem(ConsumptionBusinessSummaryDataItem source)
public String getBusinessCode()
public void setBusinessCode(String BusinessCode)
BusinessCode
- 产品名称代码public String getBusinessCodeName()
public void setBusinessCodeName(String BusinessCodeName)
BusinessCodeName
- 产品名称public String getRealTotalCost()
public void setRealTotalCost(String RealTotalCost)
RealTotalCost
- 折后总价public ConsumptionSummaryTrend getTrend()
public void setTrend(ConsumptionSummaryTrend Trend)
Trend
- 费用趋势public String getCashPayAmount()
public void setCashPayAmount(String CashPayAmount)
CashPayAmount
- 现金
注意:此字段可能返回 null,表示取不到有效值。public String getIncentivePayAmount()
public void setIncentivePayAmount(String IncentivePayAmount)
IncentivePayAmount
- 赠送金
注意:此字段可能返回 null,表示取不到有效值。public String getVoucherPayAmount()
public void setVoucherPayAmount(String VoucherPayAmount)
VoucherPayAmount
- 代金券
注意:此字段可能返回 null,表示取不到有效值。public String getTransferPayAmount()
public void setTransferPayAmount(String TransferPayAmount)
TransferPayAmount
- 分成金
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.