tencentcloud-sdk-nodejs-billing 4.1.249 → 4.1.255
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
|
@@ -2215,65 +2215,65 @@ export interface BudgetConditionsForm {
|
|
|
2215
2215
|
*/
|
|
2216
2216
|
export interface DescribeAccountBalanceResponse {
|
|
2217
2217
|
/**
|
|
2218
|
-
*
|
|
2218
|
+
* <p>接口做过变更,为兼容老接口,本字段与RealBalance相同,为当前真实可用余额,单位 分</p>
|
|
2219
2219
|
*/
|
|
2220
2220
|
Balance?: number;
|
|
2221
2221
|
/**
|
|
2222
|
-
*
|
|
2222
|
+
* <p>查询的用户Uin</p>
|
|
2223
2223
|
*/
|
|
2224
2224
|
Uin?: number;
|
|
2225
2225
|
/**
|
|
2226
|
-
*
|
|
2226
|
+
* <p>当前真实可用余额,单位 分。RealBalance=CashAccountBalance+IncomeIntoAccountBalance+PresentAccountBalance-FreezeAmount-OweAmount</p><p>单位:分</p>
|
|
2227
2227
|
*/
|
|
2228
2228
|
RealBalance?: number;
|
|
2229
2229
|
/**
|
|
2230
|
-
*
|
|
2230
|
+
* <p>现金账户余额,单位 分</p>
|
|
2231
2231
|
*/
|
|
2232
2232
|
CashAccountBalance?: number;
|
|
2233
2233
|
/**
|
|
2234
|
-
*
|
|
2234
|
+
* <p>收益转入账户余额,单位 分</p>
|
|
2235
2235
|
*/
|
|
2236
2236
|
IncomeIntoAccountBalance?: number;
|
|
2237
2237
|
/**
|
|
2238
|
-
*
|
|
2238
|
+
* <p>赠送账户余额,单位 分</p>
|
|
2239
2239
|
*/
|
|
2240
2240
|
PresentAccountBalance?: number;
|
|
2241
2241
|
/**
|
|
2242
|
-
*
|
|
2242
|
+
* <p>冻结金额,单位 分</p>
|
|
2243
2243
|
*/
|
|
2244
2244
|
FreezeAmount?: number;
|
|
2245
2245
|
/**
|
|
2246
|
-
*
|
|
2246
|
+
* <p>欠费金额,单位 分</p>
|
|
2247
2247
|
*/
|
|
2248
2248
|
OweAmount?: number;
|
|
2249
2249
|
/**
|
|
2250
|
-
*
|
|
2250
|
+
* <p>是否允许欠费消费</p>
|
|
2251
2251
|
* @deprecated
|
|
2252
2252
|
*/
|
|
2253
2253
|
IsAllowArrears?: boolean;
|
|
2254
2254
|
/**
|
|
2255
|
-
*
|
|
2255
|
+
* <p>是否限制信用额度</p>
|
|
2256
2256
|
* @deprecated
|
|
2257
2257
|
*/
|
|
2258
2258
|
IsCreditLimited?: boolean;
|
|
2259
2259
|
/**
|
|
2260
|
-
*
|
|
2260
|
+
* <p>信用额度,单位 分</p>
|
|
2261
2261
|
*/
|
|
2262
2262
|
CreditAmount?: number;
|
|
2263
2263
|
/**
|
|
2264
|
-
*
|
|
2264
|
+
* <p>可用信用额度,单位 分。CreditBalance=CashAccountBalance+IncomeIntoAccountBalance+PresentAccountBalance+CreditAmount-OweAmount</p><p>单位:分</p>
|
|
2265
2265
|
*/
|
|
2266
2266
|
CreditBalance?: number;
|
|
2267
2267
|
/**
|
|
2268
|
-
*
|
|
2268
|
+
* <p>真实可用信用额度,单位 分。RealCreditBalance=CreditBalance-FreezeAmount</p><p>单位:分</p>
|
|
2269
2269
|
*/
|
|
2270
2270
|
RealCreditBalance?: number;
|
|
2271
2271
|
/**
|
|
2272
|
-
*
|
|
2272
|
+
* <p>临时额度,单位 分</p>
|
|
2273
2273
|
*/
|
|
2274
2274
|
TempCredit?: number;
|
|
2275
2275
|
/**
|
|
2276
|
-
*
|
|
2276
|
+
* <p>临时额度详情</p>
|
|
2277
2277
|
*/
|
|
2278
2278
|
TempAmountInfoList?: Array<UinTempAmountModel>;
|
|
2279
2279
|
/**
|
|
@@ -4670,53 +4670,61 @@ export interface DescribeAllocationBillConditionsResponse {
|
|
|
4670
4670
|
*/
|
|
4671
4671
|
export interface CostComponentSet {
|
|
4672
4672
|
/**
|
|
4673
|
-
*
|
|
4673
|
+
* <p>组件类型名称</p>
|
|
4674
4674
|
*/
|
|
4675
4675
|
ComponentCodeName?: string;
|
|
4676
4676
|
/**
|
|
4677
|
-
*
|
|
4677
|
+
* <p>组件名称</p>
|
|
4678
4678
|
*/
|
|
4679
4679
|
ItemCodeName?: string;
|
|
4680
4680
|
/**
|
|
4681
|
-
*
|
|
4681
|
+
* <p>刊例价</p>
|
|
4682
4682
|
*/
|
|
4683
4683
|
SinglePrice?: string;
|
|
4684
4684
|
/**
|
|
4685
|
-
*
|
|
4685
|
+
* <p>刊例价单位</p>
|
|
4686
4686
|
*/
|
|
4687
4687
|
PriceUnit?: string;
|
|
4688
4688
|
/**
|
|
4689
|
-
*
|
|
4689
|
+
* <p>用量</p>
|
|
4690
4690
|
*/
|
|
4691
4691
|
UsedAmount?: string;
|
|
4692
4692
|
/**
|
|
4693
|
-
*
|
|
4693
|
+
* <p>用量单位</p>
|
|
4694
4694
|
*/
|
|
4695
4695
|
UsedAmountUnit?: string;
|
|
4696
4696
|
/**
|
|
4697
|
-
*
|
|
4697
|
+
* <p>原价</p>
|
|
4698
4698
|
*/
|
|
4699
4699
|
Cost?: string;
|
|
4700
4700
|
/**
|
|
4701
|
-
*
|
|
4701
|
+
* <p>折扣</p>
|
|
4702
4702
|
*/
|
|
4703
4703
|
Discount?: string;
|
|
4704
4704
|
/**
|
|
4705
|
-
*
|
|
4705
|
+
* <p>折后价</p>
|
|
4706
4706
|
*/
|
|
4707
4707
|
RealCost?: string;
|
|
4708
4708
|
/**
|
|
4709
|
-
*
|
|
4709
|
+
* <p>代金券支付金额</p>
|
|
4710
4710
|
*/
|
|
4711
4711
|
VoucherPayAmount?: string;
|
|
4712
4712
|
/**
|
|
4713
|
-
*
|
|
4713
|
+
* <p>现金支付金额</p>
|
|
4714
4714
|
*/
|
|
4715
4715
|
CashPayAmount?: string;
|
|
4716
4716
|
/**
|
|
4717
|
-
*
|
|
4717
|
+
* <p>赠送金支付金额</p>
|
|
4718
4718
|
*/
|
|
4719
4719
|
IncentivePayAmount?: string;
|
|
4720
|
+
/**
|
|
4721
|
+
* <p>组件类型code</p>
|
|
4722
|
+
*/
|
|
4723
|
+
ComponentCode?: string;
|
|
4724
|
+
/**
|
|
4725
|
+
* <p>组件名称code</p>
|
|
4726
|
+
*/
|
|
4727
|
+
ItemCode?: string;
|
|
4720
4728
|
}
|
|
4721
4729
|
/**
|
|
4722
4730
|
* RenewInstance返回参数结构体
|
|
@@ -7063,6 +7071,10 @@ export interface CostDetail {
|
|
|
7063
7071
|
* <p>扣费时间:结算扣费时间</p>
|
|
7064
7072
|
*/
|
|
7065
7073
|
PayTime?: string;
|
|
7074
|
+
/**
|
|
7075
|
+
* <p>产品名称code</p>
|
|
7076
|
+
*/
|
|
7077
|
+
BusinessCode?: string;
|
|
7066
7078
|
}
|
|
7067
7079
|
/**
|
|
7068
7080
|
* DescribeBudgetOperationLog请求参数结构体
|
|
@@ -7377,7 +7389,7 @@ export interface ModifyGatherRuleResponse {
|
|
|
7377
7389
|
*/
|
|
7378
7390
|
export interface DescribeAccountBalanceRequest {
|
|
7379
7391
|
/**
|
|
7380
|
-
*
|
|
7392
|
+
* <p>是否查询临时额度</p>
|
|
7381
7393
|
*/
|
|
7382
7394
|
TempCredit?: boolean;
|
|
7383
7395
|
}
|