public class DescribeMonthlyBillSummaryResponse
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
Integer |
billMonthly
账单月份
|
String |
requestId
唯一请求 ID,每次请求都会返回。
定位问题时需要提供该次请求的requestId。
|
List<MonthlyBillSummary> |
summaryInfoList
账单分组列表
|
Double |
totalCash
现金总支付金额
|
Double |
totalRefund
退款总金额
|
Double |
totalSpend
总支出
|
Double |
totalVoucher
代金券总支付金额
|
| Constructor and Description |
|---|
DescribeMonthlyBillSummaryResponse() |
public String requestId
public Integer billMonthly
public Double totalSpend
public Double totalCash
public Double totalRefund
public Double totalVoucher
public List<MonthlyBillSummary> summaryInfoList
Copyright © 2025. All rights reserved.