public class SummaryDetail extends AbstractModel
header, skipSign
Constructor and Description |
---|
SummaryDetail() |
SummaryDetail(SummaryDetail 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 |
---|---|
BusinessSummaryInfo[] |
getBusiness()
Get Detailed summary of products.
|
String |
getCashPayAmount()
Get Cash credit: The amount paid from the user’s cash account
|
String |
getGroupKey()
Get Bill dimension code.
|
String |
getGroupValue()
Get Bill dimension value.
|
String |
getIncentivePayAmount()
Get Free credit: The amount paid with the user’s free credit
|
String |
getRealTotalCost()
Get Total amount after discount
|
String |
getTotalCost()
Get 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 |
setBusiness(BusinessSummaryInfo[] Business)
Set Detailed summary of products.
|
void |
setCashPayAmount(String CashPayAmount)
Set Cash credit: The amount paid from the user’s cash account
|
void |
setGroupKey(String GroupKey)
Set Bill dimension code.
|
void |
setGroupValue(String GroupValue)
Set Bill dimension value.
|
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 |
setTotalCost(String TotalCost)
Set 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, toJsonString
public SummaryDetail()
public SummaryDetail(SummaryDetail source)
public String getGroupKey()
public void setGroupKey(String GroupKey)
GroupKey
- Bill dimension code. Note: This field may return null, indicating that no valid values can be obtained.public String getGroupValue()
public void setGroupValue(String GroupValue)
GroupValue
- Bill dimension value. Note: This field may return null, indicating that no valid values can be obtained.public String getTotalCost()
public void setTotalCost(String TotalCost)
TotalCost
- Original cost in USD. This parameter has become valid since Bill 3.0 took effect in May 2021, and before that `-` was returned for this parameter. If a customer has applied for a contract price different from the prices listed on the official website, `-` will also be returned for this parameter.public 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 BusinessSummaryInfo[] getBusiness()
public void setBusiness(BusinessSummaryInfo[] Business)
Business
- Detailed summary of products. Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.