tencentcloud-sdk-nodejs-intl-en 3.0.1323 → 3.0.1325
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
|
@@ -1486,6 +1486,18 @@ class DescribeBillSummaryRequest extends AbstractModel {
|
|
|
1486
1486
|
*/
|
|
1487
1487
|
this.TagKey = null;
|
|
1488
1488
|
|
|
1489
|
+
/**
|
|
1490
|
+
*
|
|
1491
|
+
* @type {string || null}
|
|
1492
|
+
*/
|
|
1493
|
+
this.OperateUin = null;
|
|
1494
|
+
|
|
1495
|
+
/**
|
|
1496
|
+
*
|
|
1497
|
+
* @type {string || null}
|
|
1498
|
+
*/
|
|
1499
|
+
this.PayerUin = null;
|
|
1500
|
+
|
|
1489
1501
|
}
|
|
1490
1502
|
|
|
1491
1503
|
/**
|
|
@@ -1498,6 +1510,8 @@ class DescribeBillSummaryRequest extends AbstractModel {
|
|
|
1498
1510
|
this.Month = 'Month' in params ? params.Month : null;
|
|
1499
1511
|
this.GroupType = 'GroupType' in params ? params.GroupType : null;
|
|
1500
1512
|
this.TagKey = 'TagKey' in params ? params.TagKey : null;
|
|
1513
|
+
this.OperateUin = 'OperateUin' in params ? params.OperateUin : null;
|
|
1514
|
+
this.PayerUin = 'PayerUin' in params ? params.PayerUin : null;
|
|
1501
1515
|
|
|
1502
1516
|
}
|
|
1503
1517
|
}
|
|
@@ -3432,10 +3446,10 @@ Valid values: `1` (required), `0` (not required).
|
|
|
3432
3446
|
|
|
3433
3447
|
/**
|
|
3434
3448
|
* Transaction type. This parameter needs to be input using the `ActionTypeName` value. Valid values:
|
|
3435
|
-
|
|
3436
|
-
|
|
3437
|
-
|
|
3438
|
-
|
|
3449
|
+
Yearly/monthly subscription purchase
|
|
3450
|
+
Yearly/monthly subscription renewal
|
|
3451
|
+
Yearly/monthly subscription upgrade/downgrade
|
|
3452
|
+
Yearly/monthly subscription refund
|
|
3439
3453
|
Pay-as-you-go deduction
|
|
3440
3454
|
Offline project deduction
|
|
3441
3455
|
Offline product deduction
|
|
@@ -3451,13 +3465,13 @@ Offer deduction
|
|
|
3451
3465
|
Offer compensation
|
|
3452
3466
|
Pay-as-you-go resource migration in
|
|
3453
3467
|
Pay-as-you-go resource migration out
|
|
3454
|
-
|
|
3455
|
-
|
|
3468
|
+
Yearly/monthly subscription resource migration in
|
|
3469
|
+
Yearly/monthly subscription resource migration out
|
|
3456
3470
|
Prepaid
|
|
3457
3471
|
Hourly
|
|
3458
3472
|
RI refund
|
|
3459
3473
|
Pay-as-you-go reversal
|
|
3460
|
-
|
|
3474
|
+
Yearly/monthly subscription to pay-as-you-go
|
|
3461
3475
|
Minimum spend deduction
|
|
3462
3476
|
Hourly savings plan fee
|
|
3463
3477
|
* @type {string || null}
|
|
@@ -6014,7 +6028,7 @@ class ActionSummaryOverviewItem extends AbstractModel {
|
|
|
6014
6028
|
this.ActionType = null;
|
|
6015
6029
|
|
|
6016
6030
|
/**
|
|
6017
|
-
* Transaction type, which can be monthly subscription purchase, monthly subscription renewal, or pay-as-you-go deduction.
|
|
6031
|
+
* Transaction type, which can be yearly/monthly subscription purchase, monthly subscription renewal, or pay-as-you-go deduction.
|
|
6018
6032
|
* @type {string || null}
|
|
6019
6033
|
*/
|
|
6020
6034
|
this.ActionTypeName = null;
|
|
@@ -6032,13 +6046,13 @@ class ActionSummaryOverviewItem extends AbstractModel {
|
|
|
6032
6046
|
this.RealTotalCost = null;
|
|
6033
6047
|
|
|
6034
6048
|
/**
|
|
6035
|
-
* Cash credit: The amount paid from the user
|
|
6049
|
+
* Cash credit: The amount paid from the user's cash account
|
|
6036
6050
|
* @type {string || null}
|
|
6037
6051
|
*/
|
|
6038
6052
|
this.CashPayAmount = null;
|
|
6039
6053
|
|
|
6040
6054
|
/**
|
|
6041
|
-
* Free credit: The amount paid with the user
|
|
6055
|
+
* Free credit: The amount paid with the user's free credit
|
|
6042
6056
|
* @type {string || null}
|
|
6043
6057
|
*/
|
|
6044
6058
|
this.IncentivePayAmount = null;
|
|
@@ -6050,7 +6064,7 @@ class ActionSummaryOverviewItem extends AbstractModel {
|
|
|
6050
6064
|
this.VoucherPayAmount = null;
|
|
6051
6065
|
|
|
6052
6066
|
/**
|
|
6053
|
-
* Commission credit: The amount paid with the user
|
|
6067
|
+
* 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.
|
|
6054
6068
|
* @type {string || null}
|
|
6055
6069
|
*/
|
|
6056
6070
|
this.TransferPayAmount = null;
|
|
@@ -6142,7 +6156,7 @@ Valid values: `1` (required), `0` (not required).
|
|
|
6142
6156
|
this.NeedRecordNum = null;
|
|
6143
6157
|
|
|
6144
6158
|
/**
|
|
6145
|
-
* Billing mode, which can be `prePay` (monthly subscription) or `postPay` (pay-as-you-go).
|
|
6159
|
+
* Billing mode, which can be `prePay` (yearly/monthly subscription) or `postPay` (pay-as-you-go).
|
|
6146
6160
|
* @type {string || null}
|
|
6147
6161
|
*/
|
|
6148
6162
|
this.PayMode = null;
|
|
@@ -6155,10 +6169,10 @@ Valid values: `1` (required), `0` (not required).
|
|
|
6155
6169
|
|
|
6156
6170
|
/**
|
|
6157
6171
|
* Transaction type. This parameter needs to be input using the `ActionTypeName` value. Valid values:
|
|
6158
|
-
|
|
6159
|
-
|
|
6160
|
-
|
|
6161
|
-
|
|
6172
|
+
Yearly/monthly subscription purchase
|
|
6173
|
+
Yearly/monthly subscription renewal
|
|
6174
|
+
Yearly/monthly subscription upgrade/downgrade
|
|
6175
|
+
Yearly/monthly subscription refund
|
|
6162
6176
|
Pay-as-you-go deduction
|
|
6163
6177
|
Offline project deduction
|
|
6164
6178
|
Offline product deduction
|
|
@@ -6174,13 +6188,13 @@ Offer deduction
|
|
|
6174
6188
|
Offer compensation
|
|
6175
6189
|
Pay-as-you-go resource migration in
|
|
6176
6190
|
Pay-as-you-go resource migration out
|
|
6177
|
-
|
|
6178
|
-
|
|
6191
|
+
Yearly/monthly subscription resource migration in
|
|
6192
|
+
Yearly/monthly subscription resource migration out
|
|
6179
6193
|
Prepaid
|
|
6180
6194
|
Hourly
|
|
6181
6195
|
RI refund
|
|
6182
6196
|
Pay-as-you-go reversal
|
|
6183
|
-
|
|
6197
|
+
Yearly/monthly subscription to pay-as-you-go
|
|
6184
6198
|
Minimum spend deduction
|
|
6185
6199
|
Hourly savings plan fee
|
|
6186
6200
|
* @type {string || null}
|
|
@@ -6323,12 +6337,12 @@ class DescribeBillResourceSummaryRequest extends AbstractModel {
|
|
|
6323
6337
|
/**
|
|
6324
6338
|
* Hourly settlement
|
|
6325
6339
|
Daily settlement
|
|
6326
|
-
|
|
6340
|
+
Yearly/monthly subscription
|
|
6327
6341
|
Spot
|
|
6328
6342
|
New monthly subscription
|
|
6329
|
-
|
|
6330
|
-
|
|
6331
|
-
|
|
6343
|
+
Yearly/monthly subscription renewal
|
|
6344
|
+
Yearly/monthly subscription specification adjustment
|
|
6345
|
+
Yearly/monthly subscription refund
|
|
6332
6346
|
Adjustment - deduction
|
|
6333
6347
|
Adjustment - refund
|
|
6334
6348
|
Hourly RI fee
|
|
@@ -8566,12 +8580,12 @@ ccli billing DescribeBillDetail --cli-unfold-argument --Offset 1 --Limit 100 --M
|
|
|
8566
8580
|
/**
|
|
8567
8581
|
* Hourly settlement
|
|
8568
8582
|
Daily settlement
|
|
8569
|
-
|
|
8583
|
+
Yearly/monthly subscription
|
|
8570
8584
|
Spot
|
|
8571
8585
|
New monthly subscription
|
|
8572
|
-
|
|
8573
|
-
|
|
8574
|
-
|
|
8586
|
+
Yearly/monthly subscription renewal
|
|
8587
|
+
Yearly/monthly subscription specification adjustment
|
|
8588
|
+
Yearly/monthly subscription refund
|
|
8575
8589
|
Adjustment - deduction
|
|
8576
8590
|
Adjustment - refund
|
|
8577
8591
|
Hourly RI fee
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
1
|
+
const sdkVersion = "3.0.1325";
|
|
2
2
|
module.exports = sdkVersion
|