public class SummaryTotal extends AbstractModel
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 cost
Note: this field may return `null`, indicating that no valid values can be obtained.
|
String |
getTotalCost()
Get The original cost in USD.
|
void |
setRealTotalCost(String RealTotalCost)
Set Total cost
Note: this field may return `null`, indicating that no valid values can be obtained.
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public SummaryTotal()
public SummaryTotal(SummaryTotal source)
public String getRealTotalCost()
public void setRealTotalCost(String RealTotalCost)
RealTotalCost
- Total cost
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 © 2023. All rights reserved.