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, which can be monthly subscription purchase, monthly subscription renewal, or pay-as-you-go deduction. | 
| String | getBillMonth()Get Billing month, e.g. | 
| String | getCashPayAmount()Get Cash credit: The amount paid from the user’s cash account | 
| String | getIncentivePayAmount()Get Free credit: The amount paid with the user’s free credit | 
| String | getRealTotalCost()Get Total amount after discount | 
| String | getRealTotalCostRatio()Get Cost ratio, to two decimal points | 
| String | getTotalCost()Get The original cost in USD. | 
| String | getTransferPayAmount()Get Commission credit: The amount paid with the user’s commission credit. | 
| String | getVoucherPayAmount()Get Voucher payment: The voucher deduction amount | 
| void | setActionType(String ActionType)Set Transaction type code | 
| void | setActionTypeName(String ActionTypeName)Set Transaction type, which can be monthly subscription purchase, monthly subscription renewal, or pay-as-you-go deduction. | 
| void | setBillMonth(String BillMonth)Set Billing month, e.g. | 
| void | setCashPayAmount(String CashPayAmount)Set Cash credit: The amount paid from the user’s cash account | 
| void | setIncentivePayAmount(String IncentivePayAmount)Set Free credit: The amount paid with the user’s free credit | 
| void | setRealTotalCost(String RealTotalCost)Set Total amount after discount | 
| void | setRealTotalCostRatio(String RealTotalCostRatio)Set Cost ratio, to two decimal points | 
| void | setTotalCost(String TotalCost)Set The original cost in USD. | 
| void | setTransferPayAmount(String TransferPayAmount)Set Commission credit: The amount paid with the user’s commission credit. | 
| void | setVoucherPayAmount(String VoucherPayAmount)Set Voucher payment: The voucher deduction amount | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ActionSummaryOverviewItem()
public ActionSummaryOverviewItem(ActionSummaryOverviewItem source)
public String getActionType()
public void setActionType(String ActionType)
ActionType - Transaction type codepublic String getActionTypeName()
public void setActionTypeName(String ActionTypeName)
ActionTypeName - Transaction type, which can be monthly subscription purchase, monthly subscription renewal, or pay-as-you-go deduction.public String getRealTotalCostRatio()
public void setRealTotalCostRatio(String RealTotalCostRatio)
RealTotalCostRatio - Cost ratio, to two decimal pointspublic String getRealTotalCost()
public void setRealTotalCost(String RealTotalCost)
RealTotalCost - Total amount after discountpublic String getCashPayAmount()
public void setCashPayAmount(String CashPayAmount)
CashPayAmount - Cash credit: The amount paid from the user’s cash accountpublic String getIncentivePayAmount()
public void setIncentivePayAmount(String IncentivePayAmount)
IncentivePayAmount - Free credit: The amount paid with the user’s free creditpublic String getVoucherPayAmount()
public void setVoucherPayAmount(String VoucherPayAmount)
VoucherPayAmount - Voucher payment: The voucher deduction amountpublic String getTransferPayAmount()
public void setTransferPayAmount(String TransferPayAmount)
TransferPayAmount - Commission credit: The amount paid with the user’s commission credit. Note: This field may return null, indicating that no valid values can be obtained.public String getBillMonth()
public void setBillMonth(String BillMonth)
BillMonth - Billing month, e.g. `2019-08`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.Copyright © 2023. All rights reserved.