public class AllocationOverviewTotal extends AbstractModel
header, skipSign
Constructor and Description |
---|
AllocationOverviewTotal() |
AllocationOverviewTotal(AllocationOverviewTotal 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 |
getCashPayAmount()
Get 现金: 现金费用合计
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getIncentivePayAmount()
Get 赠送金:赠送金费用合计
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRealTotalCost()
Get 总费用:现金费用合计+分成金费用合计+赠送金费用合计+优惠券费用合计
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getTransferPayAmount()
Get 分成金:分成金费用合计
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getVoucherPayAmount()
Get 优惠券:优惠券费用合计
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCashPayAmount(String CashPayAmount)
Set 现金: 现金费用合计
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIncentivePayAmount(String IncentivePayAmount)
Set 赠送金:赠送金费用合计
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRealTotalCost(String RealTotalCost)
Set 总费用:现金费用合计+分成金费用合计+赠送金费用合计+优惠券费用合计
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTransferPayAmount(String TransferPayAmount)
Set 分成金:分成金费用合计
注意:此字段可能返回 null,表示取不到有效值。
|
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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AllocationOverviewTotal()
public AllocationOverviewTotal(AllocationOverviewTotal source)
public String getRealTotalCost()
public void setRealTotalCost(String RealTotalCost)
RealTotalCost
- 总费用:现金费用合计+分成金费用合计+赠送金费用合计+优惠券费用合计
注意:此字段可能返回 null,表示取不到有效值。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 © 2024. All rights reserved.