public class ActionSummaryOverviewItem extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ActionSummaryOverviewItem()  | 
ActionSummaryOverviewItem(ActionSummaryOverviewItem 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 | 
getActionType()
Get Transaction type code. 
 | 
String | 
getActionTypeName()
Get Transaction type name. 
 | 
String | 
getOriginalCost()
Get Actual total consumption, up to 8 decimal places. 
 | 
String | 
getTotalCost()
Get Total consumption, up to 8 decimal places. 
 | 
String | 
getVoucherPayAmount()
Get Voucher payment amount, up to 8 decimal places. 
 | 
void | 
setActionType(String ActionType)
Set Transaction type code. 
 | 
void | 
setActionTypeName(String ActionTypeName)
Set Transaction type name. 
 | 
void | 
setOriginalCost(String OriginalCost)
Set Actual total consumption, up to 8 decimal places. 
 | 
void | 
setTotalCost(String TotalCost)
Set Total consumption, up to 8 decimal places. 
 | 
void | 
setVoucherPayAmount(String VoucherPayAmount)
Set Voucher payment amount, up to 8 decimal places. 
 | 
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 ActionSummaryOverviewItem()
public ActionSummaryOverviewItem(ActionSummaryOverviewItem source)
public String getActionType()
public void setActionType(String ActionType)
ActionType - Transaction type code.public String getActionTypeName()
public void setActionTypeName(String ActionTypeName)
ActionTypeName - Transaction type name.public String getOriginalCost()
public void setOriginalCost(String OriginalCost)
OriginalCost - Actual total consumption, up to 8 decimal places.public String getVoucherPayAmount()
public void setVoucherPayAmount(String VoucherPayAmount)
VoucherPayAmount - Voucher payment amount, up to 8 decimal places.public String getTotalCost()
public void setTotalCost(String TotalCost)
TotalCost - Total consumption, up to 8 decimal places.Copyright © 2025. All rights reserved.