tencentcloud-sdk-nodejs-billing 4.1.220 → 4.1.236
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -103,23 +103,23 @@ export interface DescribeBudgetResponse {
|
|
|
103
103
|
*/
|
|
104
104
|
export interface DescribeCostExplorerSummaryResponse {
|
|
105
105
|
/**
|
|
106
|
-
*
|
|
106
|
+
* <p>数据条数</p>
|
|
107
107
|
*/
|
|
108
108
|
Total?: number;
|
|
109
109
|
/**
|
|
110
|
-
*
|
|
110
|
+
* <p>表头信息</p>
|
|
111
111
|
*/
|
|
112
112
|
Header?: AnalyseHeaderDetail;
|
|
113
113
|
/**
|
|
114
|
-
*
|
|
114
|
+
* <p>数据明细</p>
|
|
115
115
|
*/
|
|
116
116
|
Detail?: Array<AnalyseDetail>;
|
|
117
117
|
/**
|
|
118
|
-
*
|
|
118
|
+
* <p>数据总计</p>
|
|
119
119
|
*/
|
|
120
120
|
TotalDetail?: AnalyseDetail;
|
|
121
121
|
/**
|
|
122
|
-
*
|
|
122
|
+
* <p>筛选框</p>
|
|
123
123
|
*/
|
|
124
124
|
ConditionValue?: AnalyseConditionDetail;
|
|
125
125
|
/**
|
|
@@ -570,60 +570,47 @@ export interface DescribeBudgetRequest {
|
|
|
570
570
|
*/
|
|
571
571
|
export interface DescribeCostExplorerSummaryRequest {
|
|
572
572
|
/**
|
|
573
|
-
*
|
|
573
|
+
* <p>周期开始时间,格式为yyyy-mm-dd hh:ii:ss</p>
|
|
574
574
|
*/
|
|
575
575
|
BeginTime: string;
|
|
576
576
|
/**
|
|
577
|
-
*
|
|
577
|
+
* <p>周期结束时间,格式为yyyy-mm-dd hh:ii:ss</p>
|
|
578
578
|
*/
|
|
579
579
|
EndTime: string;
|
|
580
580
|
/**
|
|
581
|
-
*
|
|
581
|
+
* <p>账单类型:1-费用账单、2-消耗账单</p>
|
|
582
582
|
*/
|
|
583
583
|
BillType: string;
|
|
584
584
|
/**
|
|
585
|
-
*
|
|
585
|
+
* <p>统计周期:日-day,月-month;</p>
|
|
586
586
|
*/
|
|
587
587
|
PeriodType: string;
|
|
588
588
|
/**
|
|
589
|
-
*
|
|
590
|
-
default=仅总计
|
|
591
|
-
feeType=费用类型
|
|
592
|
-
billType=账单类型
|
|
593
|
-
business=产品
|
|
594
|
-
product=子产品
|
|
595
|
-
region=地域
|
|
596
|
-
zone=可用区
|
|
597
|
-
actionType=交易类型
|
|
598
|
-
payMode =计费模式
|
|
599
|
-
tags=标签
|
|
600
|
-
project =项目
|
|
601
|
-
payerUin=支付者账号
|
|
602
|
-
ownerUin=使用者账号
|
|
589
|
+
* <p>分类维度(数据汇总维度),查询分类维度(请使用分类维度code入参)入参枚举值:<br>default=仅总计<br>feeType=费用类型<br>billType=账单类型<br>business=产品<br>product=子产品<br>region=地域<br>zone=可用区<br>actionType=交易类型<br>payMode =计费模式<br>tags=标签<br>project =项目<br>payerUin=支付者账号<br>ownerUin=使用者账号</p>
|
|
603
590
|
*/
|
|
604
591
|
Dimensions: string;
|
|
605
592
|
/**
|
|
606
|
-
*
|
|
593
|
+
* <p>费用类型:cost-折后总费用,totalCost-原价费用</p>
|
|
607
594
|
*/
|
|
608
595
|
FeeType: string;
|
|
609
596
|
/**
|
|
610
|
-
*
|
|
597
|
+
* <p>数量,每页最大值为100</p>
|
|
611
598
|
*/
|
|
612
599
|
PageSize: number;
|
|
613
600
|
/**
|
|
614
|
-
*
|
|
601
|
+
* <p>起始页,当PageNo=1表示第一页, PageNo=2表示第二页,依次类推。</p>
|
|
615
602
|
*/
|
|
616
603
|
PageNo: number;
|
|
617
604
|
/**
|
|
618
|
-
*
|
|
605
|
+
* <p>分账标签键</p>
|
|
619
606
|
*/
|
|
620
607
|
TagKeyStr?: string;
|
|
621
608
|
/**
|
|
622
|
-
*
|
|
609
|
+
* <p>是否需要筛选框, 1-表示需要, 0-表示不需要,若不传默认不需要。</p>
|
|
623
610
|
*/
|
|
624
611
|
NeedConditionValue?: string;
|
|
625
612
|
/**
|
|
626
|
-
*
|
|
613
|
+
* <p>筛选参数</p>
|
|
627
614
|
*/
|
|
628
615
|
Conditions?: AnalyseConditions;
|
|
629
616
|
}
|
|
@@ -6823,60 +6810,55 @@ export interface AnalyseBusinessDetail {
|
|
|
6823
6810
|
*/
|
|
6824
6811
|
export interface AnalyseConditions {
|
|
6825
6812
|
/**
|
|
6826
|
-
*
|
|
6813
|
+
* <p>产品名称代码</p>
|
|
6827
6814
|
*/
|
|
6828
6815
|
BusinessCodes?: string;
|
|
6829
6816
|
/**
|
|
6830
|
-
*
|
|
6817
|
+
* <p>子产品名称代码</p>
|
|
6831
6818
|
*/
|
|
6832
6819
|
ProductCodes?: string;
|
|
6833
6820
|
/**
|
|
6834
|
-
*
|
|
6821
|
+
* <p>组件类型代码</p>
|
|
6835
6822
|
*/
|
|
6836
6823
|
ComponentCode?: string;
|
|
6837
6824
|
/**
|
|
6838
|
-
*
|
|
6825
|
+
* <p>可用区ID:资源所属可用区ID</p>
|
|
6839
6826
|
*/
|
|
6840
6827
|
ZoneIds?: string;
|
|
6841
6828
|
/**
|
|
6842
|
-
*
|
|
6829
|
+
* <p>地域ID:资源所属地域ID</p>
|
|
6843
6830
|
*/
|
|
6844
6831
|
RegionIds?: string;
|
|
6845
6832
|
/**
|
|
6846
|
-
*
|
|
6833
|
+
* <p>项目ID:资源所属项目ID</p>
|
|
6847
6834
|
*/
|
|
6848
6835
|
ProjectIds?: string;
|
|
6849
6836
|
/**
|
|
6850
|
-
*
|
|
6837
|
+
* <p>计费模式 prePay(表示包年包月)/postPay(表示按量计费)</p>
|
|
6851
6838
|
*/
|
|
6852
6839
|
PayModes?: string;
|
|
6853
6840
|
/**
|
|
6854
|
-
*
|
|
6841
|
+
* <p>交易类型,查询交易类型(请使用交易类型code入参)</p>
|
|
6855
6842
|
*/
|
|
6856
6843
|
ActionTypes?: string;
|
|
6857
6844
|
/**
|
|
6858
|
-
*
|
|
6845
|
+
* <p>分账标签</p>
|
|
6859
6846
|
*/
|
|
6860
6847
|
Tags?: string;
|
|
6861
6848
|
/**
|
|
6862
|
-
*
|
|
6863
|
-
cashPayAmount:现金
|
|
6864
|
-
incentivePayAmount:赠送金
|
|
6865
|
-
voucherPayAmount:优惠券
|
|
6866
|
-
tax:税金
|
|
6867
|
-
costBeforeTax:税前价
|
|
6849
|
+
* <p>费用类型,查询费用类型(请使用费用类型code入参)入参枚举如下:<br>cashPayAmount:现金<br>incentivePayAmount:赠送金<br>voucherPayAmount:优惠券<br>tax:税金<br>costBeforeTax:税前价</p>
|
|
6868
6850
|
*/
|
|
6869
6851
|
FeeType?: string;
|
|
6870
6852
|
/**
|
|
6871
|
-
*
|
|
6853
|
+
* <p>查询成本分析数据的用户UIN</p>
|
|
6872
6854
|
*/
|
|
6873
6855
|
PayerUins?: string;
|
|
6874
6856
|
/**
|
|
6875
|
-
*
|
|
6857
|
+
* <p>使用资源的用户UIN</p>
|
|
6876
6858
|
*/
|
|
6877
6859
|
OwnerUins?: string;
|
|
6878
6860
|
/**
|
|
6879
|
-
*
|
|
6861
|
+
* <p>消耗类型,查询消耗类型(请使用消耗类型code入参)</p>
|
|
6880
6862
|
*/
|
|
6881
6863
|
ConsumptionTypes?: string;
|
|
6882
6864
|
}
|