public class DescribeBillDetailResponse
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
List<BillingDetailInfo> |
dataSet
结果集。
|
String |
requestId
唯一请求 ID,每次请求都会返回。
定位问题时需要提供该次请求的requestId。
|
Double |
totalCash
现金总支付金额
|
Integer |
totalCount
数据总数。
|
Double |
totalRefund
退款总金额
|
Double |
totalSpend
总支出
|
Double |
totalVoucher
代金券总支付金额
|
| Constructor and Description |
|---|
DescribeBillDetailResponse() |
public String requestId
public Double totalSpend
public Double totalVoucher
public Double totalCash
public Double totalRefund
public Integer totalCount
public List<BillingDetailInfo> dataSet
Copyright © 2024. All rights reserved.