public class PayModeSummaryOverviewItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
PayModeSummaryOverviewItem() |
PayModeSummaryOverviewItem(PayModeSummaryOverviewItem 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 |
---|---|
ActionSummaryOverviewItem[] |
getDetail()
Get Bill details in each payment mode
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getOriginalCost()
Get The actual total consumption amount accurate down to eight decimal places
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getPayMode()
Get Billing mode
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getPayModeName()
Get Billing mode name
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getTotalCost()
Get Total consumption amount accurate down to eight decimal places
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getVoucherPayAmount()
Get The deducted voucher amount accurate down to eight decimal places
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setDetail(ActionSummaryOverviewItem[] Detail)
Set Bill details in each payment mode
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setOriginalCost(String OriginalCost)
Set The actual total consumption amount accurate down to eight decimal places
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setPayMode(String PayMode)
Set Billing mode
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setPayModeName(String PayModeName)
Set Billing mode name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setTotalCost(String TotalCost)
Set Total consumption amount accurate down to eight decimal places
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setVoucherPayAmount(String VoucherPayAmount)
Set The deducted voucher amount accurate down to eight decimal places
Note: This field may return null, indicating that no valid values can be obtained.
|
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, toJsonString
public PayModeSummaryOverviewItem()
public PayModeSummaryOverviewItem(PayModeSummaryOverviewItem source)
public String getPayMode()
public void setPayMode(String PayMode)
PayMode
- Billing mode
Note: This field may return null, indicating that no valid values can be obtained.public String getPayModeName()
public void setPayModeName(String PayModeName)
PayModeName
- Billing mode name
Note: This field may return null, indicating that no valid values can be obtained.public String getOriginalCost()
public void setOriginalCost(String OriginalCost)
OriginalCost
- The actual total consumption amount accurate down to eight decimal places
Note: This field may return null, indicating that no valid values can be obtained.public ActionSummaryOverviewItem[] getDetail()
public void setDetail(ActionSummaryOverviewItem[] Detail)
Detail
- Bill details in each payment mode
Note: This field may return null, indicating that no valid values can be obtained.public String getVoucherPayAmount()
public void setVoucherPayAmount(String VoucherPayAmount)
VoucherPayAmount
- The deducted voucher amount accurate down to eight decimal places
Note: This field may return null, indicating that no valid values can be obtained.public String getTotalCost()
public void setTotalCost(String TotalCost)
TotalCost
- Total consumption amount accurate down to eight decimal places
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.