public class ActionSummaryOverviewItem extends AbstractModel
Constructor and Description |
---|
ActionSummaryOverviewItem() |
Modifier and Type | Method and Description |
---|---|
String |
getActionType()
Get Transaction type
|
String |
getActionTypeName()
Get Transaction type name
|
String |
getBillMonth()
Get Billing month, e.g.
|
String |
getCashPayAmount()
Get Cash amount
|
String |
getIncentivePayAmount()
Get Trial credit amount
|
String |
getRealTotalCost()
Get Actual cost
|
String |
getRealTotalCostRatio()
Get Cost ratio, to two decimal points
|
String |
getVoucherPayAmount()
Get Voucher amount
|
void |
setActionType(String ActionType)
Set Transaction type
|
void |
setActionTypeName(String ActionTypeName)
Set Transaction type name
|
void |
setBillMonth(String BillMonth)
Set Billing month, e.g.
|
void |
setCashPayAmount(String CashPayAmount)
Set Cash amount
|
void |
setIncentivePayAmount(String IncentivePayAmount)
Set Trial credit amount
|
void |
setRealTotalCost(String RealTotalCost)
Set Actual cost
|
void |
setRealTotalCostRatio(String RealTotalCostRatio)
Set Cost ratio, to two decimal points
|
void |
setVoucherPayAmount(String VoucherPayAmount)
Set Voucher amount
|
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 String getActionType()
public void setActionType(String ActionType)
ActionType
- Transaction typepublic String getActionTypeName()
public void setActionTypeName(String ActionTypeName)
ActionTypeName
- Transaction type namepublic String getRealTotalCost()
public void setRealTotalCost(String RealTotalCost)
RealTotalCost
- Actual costpublic String getRealTotalCostRatio()
public void setRealTotalCostRatio(String RealTotalCostRatio)
RealTotalCostRatio
- Cost ratio, to two decimal pointspublic String getCashPayAmount()
public void setCashPayAmount(String CashPayAmount)
CashPayAmount
- Cash amountpublic String getIncentivePayAmount()
public void setIncentivePayAmount(String IncentivePayAmount)
IncentivePayAmount
- Trial credit amountpublic String getVoucherPayAmount()
public void setVoucherPayAmount(String VoucherPayAmount)
VoucherPayAmount
- Voucher amountpublic String getBillMonth()
public void setBillMonth(String BillMonth)
BillMonth
- Billing month, e.g. `2019-08`Copyright © 2020. All rights reserved.