public class SummaryTotal extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
SummaryTotal()  | 
SummaryTotal(SummaryTotal 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 | 
getRealTotalCost()
Get Total amount after discount. 
 | 
String | 
getTotalCost()
Get The original cost in USD. 
 | 
void | 
setRealTotalCost(String RealTotalCost)
Set Total amount after discount. 
 | 
void | 
setTotalCost(String TotalCost)
Set The original cost in USD. 
 | 
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 SummaryTotal()
public SummaryTotal(SummaryTotal source)
public String getRealTotalCost()
public void setRealTotalCost(String RealTotalCost)
RealTotalCost - Total amount after discount. Note: This field may return null, indicating that no valid values can be obtained.public String getTotalCost()
public void setTotalCost(String TotalCost)
TotalCost - The original cost in USD. This parameter has become valid since v3.0 bills took effect in May 2021, and before that `-` was returned for this parameter. If a customer uses a contract price different from the published price, `-` will also be returned for this parameter.
Note: this field may return `null`, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.