tencentcloud-sdk-billing 3.0.590 → 3.0.591
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180709/models.rb +89 -81
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 33b0cbb8925e50231a18879635ed49fda2aa0cca
|
|
4
|
+
data.tar.gz: d0ab112177337d68cc0ddc903ff03fd6455a2824
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c3fdc7fe61bd25cc1dcae6b33b8ddfae11e126bdb67bdd70fbdc9c5982dd6caa293b5479bb6d245bc4c1f062d8f52b9fb479a494a910c6b04b79aa375de009ac
|
|
7
|
+
data.tar.gz: be5fafe599a51a9afd99d413735ffc20323e34f57af84a291c44dc70bcec1121b44ff682529dec69d6981939891c257abfde5f8f3a884b99b0ac890f3156f72b
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.591
|
data/lib/v20180709/models.rb
CHANGED
|
@@ -42,7 +42,7 @@ module TencentCloud
|
|
|
42
42
|
# @type TotalCost: String
|
|
43
43
|
|
|
44
44
|
attr_accessor :ActionType, :ActionTypeName, :RealTotalCostRatio, :RealTotalCost, :CashPayAmount, :IncentivePayAmount, :VoucherPayAmount, :TransferPayAmount, :BillMonth, :TotalCost
|
|
45
|
-
|
|
45
|
+
|
|
46
46
|
def initialize(actiontype=nil, actiontypename=nil, realtotalcostratio=nil, realtotalcost=nil, cashpayamount=nil, incentivepayamount=nil, voucherpayamount=nil, transferpayamount=nil, billmonth=nil, totalcost=nil)
|
|
47
47
|
@ActionType = actiontype
|
|
48
48
|
@ActionTypeName = actiontypename
|
|
@@ -78,7 +78,7 @@ module TencentCloud
|
|
|
78
78
|
# @type PayMode: String
|
|
79
79
|
|
|
80
80
|
attr_accessor :GoodsName, :PayMode
|
|
81
|
-
|
|
81
|
+
|
|
82
82
|
def initialize(goodsname=nil, paymode=nil)
|
|
83
83
|
@GoodsName = goodsname
|
|
84
84
|
@PayMode = paymode
|
|
@@ -150,7 +150,7 @@ module TencentCloud
|
|
|
150
150
|
# @type PriceInfo: Array
|
|
151
151
|
|
|
152
152
|
attr_accessor :BusinessCodeName, :ProductCodeName, :PayModeName, :ProjectName, :RegionName, :ZoneName, :ResourceId, :ResourceName, :ActionTypeName, :OrderId, :BillId, :PayTime, :FeeBeginTime, :FeeEndTime, :ComponentSet, :PayerUin, :OwnerUin, :OperateUin, :Tags, :BusinessCode, :ProductCode, :ActionType, :RegionId, :ProjectId, :PriceInfo
|
|
153
|
-
|
|
153
|
+
|
|
154
154
|
def initialize(businesscodename=nil, productcodename=nil, paymodename=nil, projectname=nil, regionname=nil, zonename=nil, resourceid=nil, resourcename=nil, actiontypename=nil, orderid=nil, billid=nil, paytime=nil, feebegintime=nil, feeendtime=nil, componentset=nil, payeruin=nil, owneruin=nil, operateuin=nil, tags=nil, businesscode=nil, productcode=nil, actiontype=nil, regionid=nil, projectid=nil, priceinfo=nil)
|
|
155
155
|
@BusinessCodeName = businesscodename
|
|
156
156
|
@ProductCodeName = productcodename
|
|
@@ -291,7 +291,12 @@ module TencentCloud
|
|
|
291
291
|
# @type BlendedDiscount: String
|
|
292
292
|
|
|
293
293
|
attr_accessor :ComponentCodeName, :ItemCodeName, :SinglePrice, :SpecifiedPrice, :PriceUnit, :UsedAmount, :UsedAmountUnit, :TimeSpan, :TimeUnitName, :Cost, :Discount, :ReduceType, :RealCost, :VoucherPayAmount, :CashPayAmount, :IncentivePayAmount, :TransferPayAmount, :ItemCode, :ComponentCode, :ContractPrice, :InstanceType, :RiTimeSpan, :OriginalCostWithRI, :SPDeductionRate, :SPDeduction, :OriginalCostWithSP, :BlendedDiscount
|
|
294
|
-
|
|
294
|
+
extend Gem::Deprecate
|
|
295
|
+
deprecate :SpecifiedPrice, :none, 2023, 6
|
|
296
|
+
deprecate :SpecifiedPrice=, :none, 2023, 6
|
|
297
|
+
deprecate :SPDeduction, :none, 2023, 6
|
|
298
|
+
deprecate :SPDeduction=, :none, 2023, 6
|
|
299
|
+
|
|
295
300
|
def initialize(componentcodename=nil, itemcodename=nil, singleprice=nil, specifiedprice=nil, priceunit=nil, usedamount=nil, usedamountunit=nil, timespan=nil, timeunitname=nil, cost=nil, discount=nil, reducetype=nil, realcost=nil, voucherpayamount=nil, cashpayamount=nil, incentivepayamount=nil, transferpayamount=nil, itemcode=nil, componentcode=nil, contractprice=nil, instancetype=nil, ritimespan=nil, originalcostwithri=nil, spdeductionrate=nil, spdeduction=nil, originalcostwithsp=nil, blendeddiscount=nil)
|
|
296
301
|
@ComponentCodeName = componentcodename
|
|
297
302
|
@ItemCodeName = itemcodename
|
|
@@ -435,7 +440,10 @@ module TencentCloud
|
|
|
435
440
|
# @type OriginalCostWithSP: String
|
|
436
441
|
|
|
437
442
|
attr_accessor :BusinessCodeName, :ProductCodeName, :PayModeName, :ProjectName, :RegionName, :ZoneName, :ResourceId, :ResourceName, :ActionTypeName, :OrderId, :PayTime, :FeeBeginTime, :FeeEndTime, :ConfigDesc, :ExtendField1, :ExtendField2, :TotalCost, :Discount, :ReduceType, :RealTotalCost, :VoucherPayAmount, :CashPayAmount, :IncentivePayAmount, :TransferPayAmount, :ExtendField3, :ExtendField4, :ExtendField5, :Tags, :PayerUin, :OwnerUin, :OperateUin, :BusinessCode, :ProductCode, :RegionId, :InstanceType, :OriginalCostWithRI, :SPDeduction, :OriginalCostWithSP
|
|
438
|
-
|
|
443
|
+
extend Gem::Deprecate
|
|
444
|
+
deprecate :SPDeduction, :none, 2023, 6
|
|
445
|
+
deprecate :SPDeduction=, :none, 2023, 6
|
|
446
|
+
|
|
439
447
|
def initialize(businesscodename=nil, productcodename=nil, paymodename=nil, projectname=nil, regionname=nil, zonename=nil, resourceid=nil, resourcename=nil, actiontypename=nil, orderid=nil, paytime=nil, feebegintime=nil, feeendtime=nil, configdesc=nil, extendfield1=nil, extendfield2=nil, totalcost=nil, discount=nil, reducetype=nil, realtotalcost=nil, voucherpayamount=nil, cashpayamount=nil, incentivepayamount=nil, transferpayamount=nil, extendfield3=nil, extendfield4=nil, extendfield5=nil, tags=nil, payeruin=nil, owneruin=nil, operateuin=nil, businesscode=nil, productcode=nil, regionid=nil, instancetype=nil, originalcostwithri=nil, spdeduction=nil, originalcostwithsp=nil)
|
|
440
448
|
@BusinessCodeName = businesscodename
|
|
441
449
|
@ProductCodeName = productcodename
|
|
@@ -534,7 +542,7 @@ module TencentCloud
|
|
|
534
542
|
# @type TagValue: String
|
|
535
543
|
|
|
536
544
|
attr_accessor :TagKey, :TagValue
|
|
537
|
-
|
|
545
|
+
|
|
538
546
|
def initialize(tagkey=nil, tagvalue=nil)
|
|
539
547
|
@TagKey = tagkey
|
|
540
548
|
@TagValue = tagvalue
|
|
@@ -572,7 +580,7 @@ module TencentCloud
|
|
|
572
580
|
# @type DeductMode: String
|
|
573
581
|
|
|
574
582
|
attr_accessor :ActionType, :Amount, :Balance, :BillId, :OperationInfo, :OperationTime, :Cash, :Incentive, :Freezing, :PayChannel, :DeductMode
|
|
575
|
-
|
|
583
|
+
|
|
576
584
|
def initialize(actiontype=nil, amount=nil, balance=nil, billid=nil, operationinfo=nil, operationtime=nil, cash=nil, incentive=nil, freezing=nil, paychannel=nil, deductmode=nil)
|
|
577
585
|
@ActionType = actiontype
|
|
578
586
|
@Amount = amount
|
|
@@ -624,7 +632,7 @@ module TencentCloud
|
|
|
624
632
|
# @type TransferPayAmount: String
|
|
625
633
|
|
|
626
634
|
attr_accessor :BusinessCode, :BusinessCodeName, :TotalCost, :RealTotalCost, :CashPayAmount, :IncentivePayAmount, :VoucherPayAmount, :TransferPayAmount
|
|
627
|
-
|
|
635
|
+
|
|
628
636
|
def initialize(businesscode=nil, businesscodename=nil, totalcost=nil, realtotalcost=nil, cashpayamount=nil, incentivepayamount=nil, voucherpayamount=nil, transferpayamount=nil)
|
|
629
637
|
@BusinessCode = businesscode
|
|
630
638
|
@BusinessCodeName = businesscodename
|
|
@@ -673,7 +681,7 @@ module TencentCloud
|
|
|
673
681
|
# @type TotalCost: String
|
|
674
682
|
|
|
675
683
|
attr_accessor :BusinessCode, :BusinessCodeName, :RealTotalCostRatio, :RealTotalCost, :CashPayAmount, :IncentivePayAmount, :VoucherPayAmount, :TransferPayAmount, :BillMonth, :TotalCost
|
|
676
|
-
|
|
684
|
+
|
|
677
685
|
def initialize(businesscode=nil, businesscodename=nil, realtotalcostratio=nil, realtotalcost=nil, cashpayamount=nil, incentivepayamount=nil, voucherpayamount=nil, transferpayamount=nil, billmonth=nil, totalcost=nil)
|
|
678
686
|
@BusinessCode = businesscode
|
|
679
687
|
@BusinessCodeName = businesscodename
|
|
@@ -717,7 +725,7 @@ module TencentCloud
|
|
|
717
725
|
# @type TotalCost: String
|
|
718
726
|
|
|
719
727
|
attr_accessor :RealTotalCost, :VoucherPayAmount, :IncentivePayAmount, :CashPayAmount, :TransferPayAmount, :TotalCost
|
|
720
|
-
|
|
728
|
+
|
|
721
729
|
def initialize(realtotalcost=nil, voucherpayamount=nil, incentivepayamount=nil, cashpayamount=nil, transferpayamount=nil, totalcost=nil)
|
|
722
730
|
@RealTotalCost = realtotalcost
|
|
723
731
|
@VoucherPayAmount = voucherpayamount
|
|
@@ -745,7 +753,7 @@ module TencentCloud
|
|
|
745
753
|
# @type BusinessCodeName: String
|
|
746
754
|
|
|
747
755
|
attr_accessor :BusinessCode, :BusinessCodeName
|
|
748
|
-
|
|
756
|
+
|
|
749
757
|
def initialize(businesscode=nil, businesscodename=nil)
|
|
750
758
|
@BusinessCode = businesscode
|
|
751
759
|
@BusinessCodeName = businesscodename
|
|
@@ -765,7 +773,7 @@ module TencentCloud
|
|
|
765
773
|
# @type PayModeName: String
|
|
766
774
|
|
|
767
775
|
attr_accessor :PayMode, :PayModeName
|
|
768
|
-
|
|
776
|
+
|
|
769
777
|
def initialize(paymode=nil, paymodename=nil)
|
|
770
778
|
@PayMode = paymode
|
|
771
779
|
@PayModeName = paymodename
|
|
@@ -785,7 +793,7 @@ module TencentCloud
|
|
|
785
793
|
# @type ProjectName: String
|
|
786
794
|
|
|
787
795
|
attr_accessor :ProjectId, :ProjectName
|
|
788
|
-
|
|
796
|
+
|
|
789
797
|
def initialize(projectid=nil, projectname=nil)
|
|
790
798
|
@ProjectId = projectid
|
|
791
799
|
@ProjectName = projectname
|
|
@@ -805,7 +813,7 @@ module TencentCloud
|
|
|
805
813
|
# @type RegionName: String
|
|
806
814
|
|
|
807
815
|
attr_accessor :RegionId, :RegionName
|
|
808
|
-
|
|
816
|
+
|
|
809
817
|
def initialize(regionid=nil, regionname=nil)
|
|
810
818
|
@RegionId = regionid
|
|
811
819
|
@RegionName = regionname
|
|
@@ -859,7 +867,7 @@ module TencentCloud
|
|
|
859
867
|
# @type Status: Array
|
|
860
868
|
|
|
861
869
|
attr_accessor :TimeRange, :BusinessCode, :ProjectId, :RegionId, :PayMode, :ResourceKeyword, :BusinessCodes, :ProductCodes, :RegionIds, :ProjectIds, :PayModes, :ActionTypes, :HideFreeCost, :OrderByCost, :BillIds, :ComponentCodes, :FileIds, :FileTypes, :Status
|
|
862
|
-
|
|
870
|
+
|
|
863
871
|
def initialize(timerange=nil, businesscode=nil, projectid=nil, regionid=nil, paymode=nil, resourcekeyword=nil, businesscodes=nil, productcodes=nil, regionids=nil, projectids=nil, paymodes=nil, actiontypes=nil, hidefreecost=nil, orderbycost=nil, billids=nil, componentcodes=nil, fileids=nil, filetypes=nil, status=nil)
|
|
864
872
|
@TimeRange = timerange
|
|
865
873
|
@BusinessCode = businesscode
|
|
@@ -929,7 +937,7 @@ module TencentCloud
|
|
|
929
937
|
# @type TransferPayAmount: String
|
|
930
938
|
|
|
931
939
|
attr_accessor :BusinessCode, :BusinessCodeName, :RealTotalCost, :Trend, :CashPayAmount, :IncentivePayAmount, :VoucherPayAmount, :TransferPayAmount
|
|
932
|
-
|
|
940
|
+
|
|
933
941
|
def initialize(businesscode=nil, businesscodename=nil, realtotalcost=nil, trend=nil, cashpayamount=nil, incentivepayamount=nil, voucherpayamount=nil, transferpayamount=nil)
|
|
934
942
|
@BusinessCode = businesscode
|
|
935
943
|
@BusinessCodeName = businesscodename
|
|
@@ -982,7 +990,7 @@ module TencentCloud
|
|
|
982
990
|
# @type TransferPayAmount: String
|
|
983
991
|
|
|
984
992
|
attr_accessor :ProjectId, :ProjectName, :RealTotalCost, :Trend, :Business, :CashPayAmount, :IncentivePayAmount, :VoucherPayAmount, :TransferPayAmount
|
|
985
|
-
|
|
993
|
+
|
|
986
994
|
def initialize(projectid=nil, projectname=nil, realtotalcost=nil, trend=nil, business=nil, cashpayamount=nil, incentivepayamount=nil, voucherpayamount=nil, transferpayamount=nil)
|
|
987
995
|
@ProjectId = projectid
|
|
988
996
|
@ProjectName = projectname
|
|
@@ -1032,7 +1040,7 @@ module TencentCloud
|
|
|
1032
1040
|
# @type Business: Array
|
|
1033
1041
|
|
|
1034
1042
|
attr_accessor :RegionId, :RegionName, :RealTotalCost, :Trend, :Business
|
|
1035
|
-
|
|
1043
|
+
|
|
1036
1044
|
def initialize(regionid=nil, regionname=nil, realtotalcost=nil, trend=nil, business=nil)
|
|
1037
1045
|
@RegionId = regionid
|
|
1038
1046
|
@RegionName = regionname
|
|
@@ -1072,7 +1080,7 @@ module TencentCloud
|
|
|
1072
1080
|
# @type PayMode: Array
|
|
1073
1081
|
|
|
1074
1082
|
attr_accessor :Business, :Project, :Region, :PayMode
|
|
1075
|
-
|
|
1083
|
+
|
|
1076
1084
|
def initialize(business=nil, project=nil, region=nil, paymode=nil)
|
|
1077
1085
|
@Business = business
|
|
1078
1086
|
@Project = project
|
|
@@ -1173,7 +1181,7 @@ module TencentCloud
|
|
|
1173
1181
|
# @type TransferPayAmount: String
|
|
1174
1182
|
|
|
1175
1183
|
attr_accessor :ResourceId, :ResourceName, :RealTotalCost, :CashPayAmount, :ProjectId, :ProjectName, :RegionId, :RegionName, :PayMode, :PayModeName, :BusinessCode, :BusinessCodeName, :ConsumptionTypeName, :RealCost, :FeeBeginTime, :FeeEndTime, :DayDiff, :DailyTotalCost, :OrderId, :VoucherPayAmount, :IncentivePayAmount, :TransferPayAmount
|
|
1176
|
-
|
|
1184
|
+
|
|
1177
1185
|
def initialize(resourceid=nil, resourcename=nil, realtotalcost=nil, cashpayamount=nil, projectid=nil, projectname=nil, regionid=nil, regionname=nil, paymode=nil, paymodename=nil, businesscode=nil, businesscodename=nil, consumptiontypename=nil, realcost=nil, feebegintime=nil, feeendtime=nil, daydiff=nil, dailytotalcost=nil, orderid=nil, voucherpayamount=nil, incentivepayamount=nil, transferpayamount=nil)
|
|
1178
1186
|
@ResourceId = resourceid
|
|
1179
1187
|
@ResourceName = resourcename
|
|
@@ -1231,7 +1239,7 @@ module TencentCloud
|
|
|
1231
1239
|
# @type RealTotalCost: String
|
|
1232
1240
|
|
|
1233
1241
|
attr_accessor :RealTotalCost
|
|
1234
|
-
|
|
1242
|
+
|
|
1235
1243
|
def initialize(realtotalcost=nil)
|
|
1236
1244
|
@RealTotalCost = realtotalcost
|
|
1237
1245
|
end
|
|
@@ -1250,7 +1258,7 @@ module TencentCloud
|
|
|
1250
1258
|
# @type Value: String
|
|
1251
1259
|
|
|
1252
1260
|
attr_accessor :Type, :Value
|
|
1253
|
-
|
|
1261
|
+
|
|
1254
1262
|
def initialize(type=nil, value=nil)
|
|
1255
1263
|
@Type = type
|
|
1256
1264
|
@Value = value
|
|
@@ -1280,7 +1288,7 @@ module TencentCloud
|
|
|
1280
1288
|
# @type Unit: String
|
|
1281
1289
|
|
|
1282
1290
|
attr_accessor :BucketName, :DosageBeginTime, :DosageEndTime, :SubProductCodeName, :BillingItemCodeName, :DosageValue, :Unit
|
|
1283
|
-
|
|
1291
|
+
|
|
1284
1292
|
def initialize(bucketname=nil, dosagebegintime=nil, dosageendtime=nil, subproductcodename=nil, billingitemcodename=nil, dosagevalue=nil, unit=nil)
|
|
1285
1293
|
@BucketName = bucketname
|
|
1286
1294
|
@DosageBeginTime = dosagebegintime
|
|
@@ -1330,7 +1338,7 @@ module TencentCloud
|
|
|
1330
1338
|
# @type IncentivePayAmount: String
|
|
1331
1339
|
|
|
1332
1340
|
attr_accessor :ComponentCodeName, :ItemCodeName, :SinglePrice, :PriceUnit, :UsedAmount, :UsedAmountUnit, :Cost, :Discount, :RealCost, :VoucherPayAmount, :CashPayAmount, :IncentivePayAmount
|
|
1333
|
-
|
|
1341
|
+
|
|
1334
1342
|
def initialize(componentcodename=nil, itemcodename=nil, singleprice=nil, priceunit=nil, usedamount=nil, usedamountunit=nil, cost=nil, discount=nil, realcost=nil, voucherpayamount=nil, cashpayamount=nil, incentivepayamount=nil)
|
|
1335
1343
|
@ComponentCodeName = componentcodename
|
|
1336
1344
|
@ItemCodeName = itemcodename
|
|
@@ -1399,7 +1407,7 @@ module TencentCloud
|
|
|
1399
1407
|
# @type ProductCode: String
|
|
1400
1408
|
|
|
1401
1409
|
attr_accessor :PayerUin, :BusinessCodeName, :ProductCodeName, :PayModeName, :ProjectName, :RegionName, :ZoneName, :ResourceId, :ResourceName, :ActionTypeName, :OrderId, :BillId, :FeeBeginTime, :FeeEndTime, :ComponentSet, :ProductCode
|
|
1402
|
-
|
|
1410
|
+
|
|
1403
1411
|
def initialize(payeruin=nil, businesscodename=nil, productcodename=nil, paymodename=nil, projectname=nil, regionname=nil, zonename=nil, resourceid=nil, resourcename=nil, actiontypename=nil, orderid=nil, billid=nil, feebegintime=nil, feeendtime=nil, componentset=nil, productcode=nil)
|
|
1404
1412
|
@PayerUin = payeruin
|
|
1405
1413
|
@BusinessCodeName = businesscodename
|
|
@@ -1521,7 +1529,7 @@ module TencentCloud
|
|
|
1521
1529
|
# @type ResourceId: Array
|
|
1522
1530
|
|
|
1523
1531
|
attr_accessor :OrderId, :Status, :Payer, :CreateTime, :Creator, :RealTotalCost, :VoucherDecline, :ProjectId, :GoodsCategoryId, :ProductInfo, :TimeSpan, :TimeUnit, :Currency, :Policy, :Price, :TotalCost, :ProductCode, :SubProductCode, :BigDealId, :Formula, :RefReturnDeals, :PayMode, :Action, :ProductName, :SubProductName, :ResourceId
|
|
1524
|
-
|
|
1532
|
+
|
|
1525
1533
|
def initialize(orderid=nil, status=nil, payer=nil, createtime=nil, creator=nil, realtotalcost=nil, voucherdecline=nil, projectid=nil, goodscategoryid=nil, productinfo=nil, timespan=nil, timeunit=nil, currency=nil, policy=nil, price=nil, totalcost=nil, productcode=nil, subproductcode=nil, bigdealid=nil, formula=nil, refreturndeals=nil, paymode=nil, action=nil, productname=nil, subproductname=nil, resourceid=nil)
|
|
1526
1534
|
@OrderId = orderid
|
|
1527
1535
|
@Status = status
|
|
@@ -1591,7 +1599,7 @@ module TencentCloud
|
|
|
1591
1599
|
# DescribeAccountBalance请求参数结构体
|
|
1592
1600
|
class DescribeAccountBalanceRequest < TencentCloud::Common::AbstractModel
|
|
1593
1601
|
|
|
1594
|
-
|
|
1602
|
+
|
|
1595
1603
|
def initialize()
|
|
1596
1604
|
end
|
|
1597
1605
|
|
|
@@ -1631,7 +1639,7 @@ module TencentCloud
|
|
|
1631
1639
|
# @type RequestId: String
|
|
1632
1640
|
|
|
1633
1641
|
attr_accessor :Balance, :Uin, :RealBalance, :CashAccountBalance, :IncomeIntoAccountBalance, :PresentAccountBalance, :FreezeAmount, :OweAmount, :IsAllowArrears, :IsCreditLimited, :CreditAmount, :CreditBalance, :RealCreditBalance, :RequestId
|
|
1634
|
-
|
|
1642
|
+
|
|
1635
1643
|
def initialize(balance=nil, uin=nil, realbalance=nil, cashaccountbalance=nil, incomeintoaccountbalance=nil, presentaccountbalance=nil, freezeamount=nil, oweamount=nil, isallowarrears=nil, iscreditlimited=nil, creditamount=nil, creditbalance=nil, realcreditbalance=nil, requestid=nil)
|
|
1636
1644
|
@Balance = balance
|
|
1637
1645
|
@Uin = uin
|
|
@@ -1727,7 +1735,7 @@ module TencentCloud
|
|
|
1727
1735
|
# @type Context: String
|
|
1728
1736
|
|
|
1729
1737
|
attr_accessor :Offset, :Limit, :PeriodType, :Month, :BeginTime, :EndTime, :NeedRecordNum, :ProductCode, :PayMode, :ResourceId, :ActionType, :ProjectId, :BusinessCode, :Context
|
|
1730
|
-
|
|
1738
|
+
|
|
1731
1739
|
def initialize(offset=nil, limit=nil, periodtype=nil, month=nil, begintime=nil, endtime=nil, needrecordnum=nil, productcode=nil, paymode=nil, resourceid=nil, actiontype=nil, projectid=nil, businesscode=nil, context=nil)
|
|
1732
1740
|
@Offset = offset
|
|
1733
1741
|
@Limit = limit
|
|
@@ -1777,7 +1785,7 @@ module TencentCloud
|
|
|
1777
1785
|
# @type RequestId: String
|
|
1778
1786
|
|
|
1779
1787
|
attr_accessor :DetailSet, :Total, :Context, :RequestId
|
|
1780
|
-
|
|
1788
|
+
|
|
1781
1789
|
def initialize(detailset=nil, total=nil, context=nil, requestid=nil)
|
|
1782
1790
|
@DetailSet = detailset
|
|
1783
1791
|
@Total = total
|
|
@@ -1841,7 +1849,7 @@ module TencentCloud
|
|
|
1841
1849
|
# @type WithZeroAmount: Integer
|
|
1842
1850
|
|
|
1843
1851
|
attr_accessor :StartTime, :EndTime, :Offset, :Limit, :PayType, :SubPayType, :WithZeroAmount
|
|
1844
|
-
|
|
1852
|
+
|
|
1845
1853
|
def initialize(starttime=nil, endtime=nil, offset=nil, limit=nil, paytype=nil, subpaytype=nil, withzeroamount=nil)
|
|
1846
1854
|
@StartTime = starttime
|
|
1847
1855
|
@EndTime = endtime
|
|
@@ -1893,7 +1901,7 @@ module TencentCloud
|
|
|
1893
1901
|
# @type RequestId: String
|
|
1894
1902
|
|
|
1895
1903
|
attr_accessor :TransactionList, :Total, :ReturnAmount, :RechargeAmount, :BlockAmount, :UnblockAmount, :DeductAmount, :AgentInAmount, :AdvanceRechargeAmount, :WithdrawAmount, :AgentOutAmount, :AdvancePayAmount, :RequestId
|
|
1896
|
-
|
|
1904
|
+
|
|
1897
1905
|
def initialize(transactionlist=nil, total=nil, returnamount=nil, rechargeamount=nil, blockamount=nil, unblockamount=nil, deductamount=nil, agentinamount=nil, advancerechargeamount=nil, withdrawamount=nil, agentoutamount=nil, advancepayamount=nil, requestid=nil)
|
|
1898
1906
|
@TransactionList = transactionlist
|
|
1899
1907
|
@Total = total
|
|
@@ -1986,7 +1994,7 @@ module TencentCloud
|
|
|
1986
1994
|
# @type BusinessCode: String
|
|
1987
1995
|
|
|
1988
1996
|
attr_accessor :Offset, :Limit, :Month, :PeriodType, :NeedRecordNum, :ActionType, :ResourceId, :PayMode, :BusinessCode
|
|
1989
|
-
|
|
1997
|
+
|
|
1990
1998
|
def initialize(offset=nil, limit=nil, month=nil, periodtype=nil, needrecordnum=nil, actiontype=nil, resourceid=nil, paymode=nil, businesscode=nil)
|
|
1991
1999
|
@Offset = offset
|
|
1992
2000
|
@Limit = limit
|
|
@@ -2023,7 +2031,7 @@ module TencentCloud
|
|
|
2023
2031
|
# @type RequestId: String
|
|
2024
2032
|
|
|
2025
2033
|
attr_accessor :ResourceSummarySet, :Total, :RequestId
|
|
2026
|
-
|
|
2034
|
+
|
|
2027
2035
|
def initialize(resourcesummaryset=nil, total=nil, requestid=nil)
|
|
2028
2036
|
@ResourceSummarySet = resourcesummaryset
|
|
2029
2037
|
@Total = total
|
|
@@ -2054,7 +2062,7 @@ module TencentCloud
|
|
|
2054
2062
|
# @type PayerUin: String
|
|
2055
2063
|
|
|
2056
2064
|
attr_accessor :BeginTime, :EndTime, :PayerUin
|
|
2057
|
-
|
|
2065
|
+
|
|
2058
2066
|
def initialize(begintime=nil, endtime=nil, payeruin=nil)
|
|
2059
2067
|
@BeginTime = begintime
|
|
2060
2068
|
@EndTime = endtime
|
|
@@ -2080,7 +2088,7 @@ module TencentCloud
|
|
|
2080
2088
|
# @type RequestId: String
|
|
2081
2089
|
|
|
2082
2090
|
attr_accessor :Ready, :SummaryOverview, :RequestId
|
|
2083
|
-
|
|
2091
|
+
|
|
2084
2092
|
def initialize(ready=nil, summaryoverview=nil, requestid=nil)
|
|
2085
2093
|
@Ready = ready
|
|
2086
2094
|
@SummaryOverview = summaryoverview
|
|
@@ -2118,7 +2126,7 @@ module TencentCloud
|
|
|
2118
2126
|
# @type PayType: String
|
|
2119
2127
|
|
|
2120
2128
|
attr_accessor :BeginTime, :EndTime, :PayerUin, :PayType
|
|
2121
|
-
|
|
2129
|
+
|
|
2122
2130
|
def initialize(begintime=nil, endtime=nil, payeruin=nil, paytype=nil)
|
|
2123
2131
|
@BeginTime = begintime
|
|
2124
2132
|
@EndTime = endtime
|
|
@@ -2149,7 +2157,7 @@ module TencentCloud
|
|
|
2149
2157
|
# @type RequestId: String
|
|
2150
2158
|
|
|
2151
2159
|
attr_accessor :Ready, :SummaryTotal, :SummaryOverview, :RequestId
|
|
2152
|
-
|
|
2160
|
+
|
|
2153
2161
|
def initialize(ready=nil, summarytotal=nil, summaryoverview=nil, requestid=nil)
|
|
2154
2162
|
@Ready = ready
|
|
2155
2163
|
@SummaryTotal = summarytotal
|
|
@@ -2185,7 +2193,7 @@ module TencentCloud
|
|
|
2185
2193
|
# @type PayerUin: String
|
|
2186
2194
|
|
|
2187
2195
|
attr_accessor :BeginTime, :EndTime, :PayerUin
|
|
2188
|
-
|
|
2196
|
+
|
|
2189
2197
|
def initialize(begintime=nil, endtime=nil, payeruin=nil)
|
|
2190
2198
|
@BeginTime = begintime
|
|
2191
2199
|
@EndTime = endtime
|
|
@@ -2211,7 +2219,7 @@ module TencentCloud
|
|
|
2211
2219
|
# @type RequestId: String
|
|
2212
2220
|
|
|
2213
2221
|
attr_accessor :Ready, :SummaryOverview, :RequestId
|
|
2214
|
-
|
|
2222
|
+
|
|
2215
2223
|
def initialize(ready=nil, summaryoverview=nil, requestid=nil)
|
|
2216
2224
|
@Ready = ready
|
|
2217
2225
|
@SummaryOverview = summaryoverview
|
|
@@ -2242,7 +2250,7 @@ module TencentCloud
|
|
|
2242
2250
|
# @type PayerUin: String
|
|
2243
2251
|
|
|
2244
2252
|
attr_accessor :BeginTime, :EndTime, :PayerUin
|
|
2245
|
-
|
|
2253
|
+
|
|
2246
2254
|
def initialize(begintime=nil, endtime=nil, payeruin=nil)
|
|
2247
2255
|
@BeginTime = begintime
|
|
2248
2256
|
@EndTime = endtime
|
|
@@ -2268,7 +2276,7 @@ module TencentCloud
|
|
|
2268
2276
|
# @type RequestId: String
|
|
2269
2277
|
|
|
2270
2278
|
attr_accessor :Ready, :SummaryOverview, :RequestId
|
|
2271
|
-
|
|
2279
|
+
|
|
2272
2280
|
def initialize(ready=nil, summaryoverview=nil, requestid=nil)
|
|
2273
2281
|
@Ready = ready
|
|
2274
2282
|
@SummaryOverview = summaryoverview
|
|
@@ -2303,7 +2311,7 @@ module TencentCloud
|
|
|
2303
2311
|
# @type TagValue: String
|
|
2304
2312
|
|
|
2305
2313
|
attr_accessor :BeginTime, :EndTime, :TagKey, :PayerUin, :TagValue
|
|
2306
|
-
|
|
2314
|
+
|
|
2307
2315
|
def initialize(begintime=nil, endtime=nil, tagkey=nil, payeruin=nil, tagvalue=nil)
|
|
2308
2316
|
@BeginTime = begintime
|
|
2309
2317
|
@EndTime = endtime
|
|
@@ -2336,7 +2344,7 @@ module TencentCloud
|
|
|
2336
2344
|
# @type RequestId: String
|
|
2337
2345
|
|
|
2338
2346
|
attr_accessor :Ready, :SummaryOverview, :SummaryTotal, :RequestId
|
|
2339
|
-
|
|
2347
|
+
|
|
2340
2348
|
def initialize(ready=nil, summaryoverview=nil, summarytotal=nil, requestid=nil)
|
|
2341
2349
|
@Ready = ready
|
|
2342
2350
|
@SummaryOverview = summaryoverview
|
|
@@ -2372,7 +2380,7 @@ module TencentCloud
|
|
|
2372
2380
|
# @type TagKey: Array
|
|
2373
2381
|
|
|
2374
2382
|
attr_accessor :Month, :GroupType, :TagKey
|
|
2375
|
-
|
|
2383
|
+
|
|
2376
2384
|
def initialize(month=nil, grouptype=nil, tagkey=nil)
|
|
2377
2385
|
@Month = month
|
|
2378
2386
|
@GroupType = grouptype
|
|
@@ -2396,7 +2404,7 @@ module TencentCloud
|
|
|
2396
2404
|
# @type RequestId: String
|
|
2397
2405
|
|
|
2398
2406
|
attr_accessor :Ready, :SummaryDetail, :RequestId
|
|
2399
|
-
|
|
2407
|
+
|
|
2400
2408
|
def initialize(ready=nil, summarydetail=nil, requestid=nil)
|
|
2401
2409
|
@Ready = ready
|
|
2402
2410
|
@SummaryDetail = summarydetail
|
|
@@ -2440,7 +2448,7 @@ module TencentCloud
|
|
|
2440
2448
|
# @type ResourceId: String
|
|
2441
2449
|
|
|
2442
2450
|
attr_accessor :Limit, :Offset, :BeginTime, :EndTime, :NeedRecordNum, :Month, :ProductCode, :PayMode, :ResourceId
|
|
2443
|
-
|
|
2451
|
+
|
|
2444
2452
|
def initialize(limit=nil, offset=nil, begintime=nil, endtime=nil, needrecordnum=nil, month=nil, productcode=nil, paymode=nil, resourceid=nil)
|
|
2445
2453
|
@Limit = limit
|
|
2446
2454
|
@Offset = offset
|
|
@@ -2478,7 +2486,7 @@ module TencentCloud
|
|
|
2478
2486
|
# @type RequestId: String
|
|
2479
2487
|
|
|
2480
2488
|
attr_accessor :DetailSet, :Total, :RequestId
|
|
2481
|
-
|
|
2489
|
+
|
|
2482
2490
|
def initialize(detailset=nil, total=nil, requestid=nil)
|
|
2483
2491
|
@DetailSet = detailset
|
|
2484
2492
|
@Total = total
|
|
@@ -2515,7 +2523,7 @@ module TencentCloud
|
|
|
2515
2523
|
# @type NeedRecordNum: Integer
|
|
2516
2524
|
|
|
2517
2525
|
attr_accessor :BeginTime, :EndTime, :Limit, :Offset, :PayerUin, :NeedRecordNum
|
|
2518
|
-
|
|
2526
|
+
|
|
2519
2527
|
def initialize(begintime=nil, endtime=nil, limit=nil, offset=nil, payeruin=nil, needrecordnum=nil)
|
|
2520
2528
|
@BeginTime = begintime
|
|
2521
2529
|
@EndTime = endtime
|
|
@@ -2551,7 +2559,7 @@ module TencentCloud
|
|
|
2551
2559
|
# @type RequestId: String
|
|
2552
2560
|
|
|
2553
2561
|
attr_accessor :Ready, :Total, :Data, :RecordNum, :RequestId
|
|
2554
|
-
|
|
2562
|
+
|
|
2555
2563
|
def initialize(ready=nil, total=nil, data=nil, recordnum=nil, requestid=nil)
|
|
2556
2564
|
@Ready = ready
|
|
2557
2565
|
@Total = total
|
|
@@ -2595,7 +2603,7 @@ module TencentCloud
|
|
|
2595
2603
|
# @type NeedRecordNum: Integer
|
|
2596
2604
|
|
|
2597
2605
|
attr_accessor :BeginTime, :EndTime, :Limit, :Offset, :PayerUin, :NeedRecordNum
|
|
2598
|
-
|
|
2606
|
+
|
|
2599
2607
|
def initialize(begintime=nil, endtime=nil, limit=nil, offset=nil, payeruin=nil, needrecordnum=nil)
|
|
2600
2608
|
@BeginTime = begintime
|
|
2601
2609
|
@EndTime = endtime
|
|
@@ -2629,7 +2637,7 @@ module TencentCloud
|
|
|
2629
2637
|
# @type RequestId: String
|
|
2630
2638
|
|
|
2631
2639
|
attr_accessor :Ready, :Total, :Data, :RecordNum, :RequestId
|
|
2632
|
-
|
|
2640
|
+
|
|
2633
2641
|
def initialize(ready=nil, total=nil, data=nil, recordnum=nil, requestid=nil)
|
|
2634
2642
|
@Ready = ready
|
|
2635
2643
|
@Total = total
|
|
@@ -2673,7 +2681,7 @@ module TencentCloud
|
|
|
2673
2681
|
# @type NeedRecordNum: Integer
|
|
2674
2682
|
|
|
2675
2683
|
attr_accessor :BeginTime, :EndTime, :Limit, :Offset, :PayerUin, :NeedRecordNum
|
|
2676
|
-
|
|
2684
|
+
|
|
2677
2685
|
def initialize(begintime=nil, endtime=nil, limit=nil, offset=nil, payeruin=nil, needrecordnum=nil)
|
|
2678
2686
|
@BeginTime = begintime
|
|
2679
2687
|
@EndTime = endtime
|
|
@@ -2708,7 +2716,7 @@ module TencentCloud
|
|
|
2708
2716
|
# @type RequestId: String
|
|
2709
2717
|
|
|
2710
2718
|
attr_accessor :Ready, :Total, :Data, :RecordNum, :RequestId
|
|
2711
|
-
|
|
2719
|
+
|
|
2712
2720
|
def initialize(ready=nil, total=nil, data=nil, recordnum=nil, requestid=nil)
|
|
2713
2721
|
@Ready = ready
|
|
2714
2722
|
@Total = total
|
|
@@ -2756,7 +2764,7 @@ module TencentCloud
|
|
|
2756
2764
|
# @type Conditions: :class:`Tencentcloud::Billing.v20180709.models.Conditions`
|
|
2757
2765
|
|
|
2758
2766
|
attr_accessor :BeginTime, :EndTime, :Limit, :Offset, :PayerUin, :NeedRecordNum, :NeedConditionValue, :Conditions
|
|
2759
|
-
|
|
2767
|
+
|
|
2760
2768
|
def initialize(begintime=nil, endtime=nil, limit=nil, offset=nil, payeruin=nil, needrecordnum=nil, needconditionvalue=nil, conditions=nil)
|
|
2761
2769
|
@BeginTime = begintime
|
|
2762
2770
|
@EndTime = endtime
|
|
@@ -2803,7 +2811,7 @@ module TencentCloud
|
|
|
2803
2811
|
# @type RequestId: String
|
|
2804
2812
|
|
|
2805
2813
|
attr_accessor :Ready, :Total, :ConditionValue, :RecordNum, :Data, :RequestId
|
|
2806
|
-
|
|
2814
|
+
|
|
2807
2815
|
def initialize(ready=nil, total=nil, conditionvalue=nil, recordnum=nil, data=nil, requestid=nil)
|
|
2808
2816
|
@Ready = ready
|
|
2809
2817
|
@Total = total
|
|
@@ -2868,7 +2876,7 @@ module TencentCloud
|
|
|
2868
2876
|
# @type ResourceId: String
|
|
2869
2877
|
|
|
2870
2878
|
attr_accessor :StartTime, :EndTime, :Limit, :Offset, :Status, :OrderId, :BigDealId, :ResourceId
|
|
2871
|
-
|
|
2879
|
+
|
|
2872
2880
|
def initialize(starttime=nil, endtime=nil, limit=nil, offset=nil, status=nil, orderid=nil, bigdealid=nil, resourceid=nil)
|
|
2873
2881
|
@StartTime = starttime
|
|
2874
2882
|
@EndTime = endtime
|
|
@@ -2902,7 +2910,7 @@ module TencentCloud
|
|
|
2902
2910
|
# @type RequestId: String
|
|
2903
2911
|
|
|
2904
2912
|
attr_accessor :Deals, :TotalCount, :RequestId
|
|
2905
|
-
|
|
2913
|
+
|
|
2906
2914
|
def initialize(deals=nil, totalcount=nil, requestid=nil)
|
|
2907
2915
|
@Deals = deals
|
|
2908
2916
|
@TotalCount = totalcount
|
|
@@ -2933,7 +2941,7 @@ module TencentCloud
|
|
|
2933
2941
|
# @type BucketName: String
|
|
2934
2942
|
|
|
2935
2943
|
attr_accessor :StartDate, :EndDate, :BucketName
|
|
2936
|
-
|
|
2944
|
+
|
|
2937
2945
|
def initialize(startdate=nil, enddate=nil, bucketname=nil)
|
|
2938
2946
|
@StartDate = startdate
|
|
2939
2947
|
@EndDate = enddate
|
|
@@ -2955,7 +2963,7 @@ module TencentCloud
|
|
|
2955
2963
|
# @type RequestId: String
|
|
2956
2964
|
|
|
2957
2965
|
attr_accessor :DetailSets, :RequestId
|
|
2958
|
-
|
|
2966
|
+
|
|
2959
2967
|
def initialize(detailsets=nil, requestid=nil)
|
|
2960
2968
|
@DetailSets = detailsets
|
|
2961
2969
|
@RequestId = requestid
|
|
@@ -3007,7 +3015,7 @@ module TencentCloud
|
|
|
3007
3015
|
# @type InstanceID: String
|
|
3008
3016
|
|
|
3009
3017
|
attr_accessor :StartDate, :EndDate, :ProductCode, :Domain, :InstanceID
|
|
3010
|
-
|
|
3018
|
+
|
|
3011
3019
|
def initialize(startdate=nil, enddate=nil, productcode=nil, domain=nil, instanceid=nil)
|
|
3012
3020
|
@StartDate = startdate
|
|
3013
3021
|
@EndDate = enddate
|
|
@@ -3043,7 +3051,7 @@ module TencentCloud
|
|
|
3043
3051
|
# @type RequestId: String
|
|
3044
3052
|
|
|
3045
3053
|
attr_accessor :Unit, :DetailSets, :RetCode, :RetMsg, :RequestId
|
|
3046
|
-
|
|
3054
|
+
|
|
3047
3055
|
def initialize(unit=nil, detailsets=nil, retcode=nil, retmsg=nil, requestid=nil)
|
|
3048
3056
|
@Unit = unit
|
|
3049
3057
|
@DetailSets = detailsets
|
|
@@ -3102,7 +3110,7 @@ module TencentCloud
|
|
|
3102
3110
|
# @type Operator: String
|
|
3103
3111
|
|
|
3104
3112
|
attr_accessor :Limit, :Offset, :Status, :VoucherId, :CodeId, :ProductCode, :ActivityId, :VoucherName, :TimeFrom, :TimeTo, :SortField, :SortOrder, :PayMode, :PayScene, :Operator
|
|
3105
|
-
|
|
3113
|
+
|
|
3106
3114
|
def initialize(limit=nil, offset=nil, status=nil, voucherid=nil, codeid=nil, productcode=nil, activityid=nil, vouchername=nil, timefrom=nil, timeto=nil, sortfield=nil, sortorder=nil, paymode=nil, payscene=nil, operator=nil)
|
|
3107
3115
|
@Limit = limit
|
|
3108
3116
|
@Offset = offset
|
|
@@ -3153,7 +3161,7 @@ module TencentCloud
|
|
|
3153
3161
|
# @type RequestId: String
|
|
3154
3162
|
|
|
3155
3163
|
attr_accessor :TotalCount, :TotalBalance, :VoucherInfos, :RequestId
|
|
3156
|
-
|
|
3164
|
+
|
|
3157
3165
|
def initialize(totalcount=nil, totalbalance=nil, voucherinfos=nil, requestid=nil)
|
|
3158
3166
|
@TotalCount = totalcount
|
|
3159
3167
|
@TotalBalance = totalbalance
|
|
@@ -3188,7 +3196,7 @@ module TencentCloud
|
|
|
3188
3196
|
# @type Operator: String
|
|
3189
3197
|
|
|
3190
3198
|
attr_accessor :Limit, :Offset, :VoucherId, :Operator
|
|
3191
|
-
|
|
3199
|
+
|
|
3192
3200
|
def initialize(limit=nil, offset=nil, voucherid=nil, operator=nil)
|
|
3193
3201
|
@Limit = limit
|
|
3194
3202
|
@Offset = offset
|
|
@@ -3217,7 +3225,7 @@ module TencentCloud
|
|
|
3217
3225
|
# @type RequestId: String
|
|
3218
3226
|
|
|
3219
3227
|
attr_accessor :TotalCount, :TotalUsedAmount, :UsageRecords, :RequestId
|
|
3220
|
-
|
|
3228
|
+
|
|
3221
3229
|
def initialize(totalcount=nil, totalusedamount=nil, usagerecords=nil, requestid=nil)
|
|
3222
3230
|
@TotalCount = totalcount
|
|
3223
3231
|
@TotalUsedAmount = totalusedamount
|
|
@@ -3248,7 +3256,7 @@ module TencentCloud
|
|
|
3248
3256
|
# @type Value: String
|
|
3249
3257
|
|
|
3250
3258
|
attr_accessor :Time, :Value
|
|
3251
|
-
|
|
3259
|
+
|
|
3252
3260
|
def initialize(time=nil, value=nil)
|
|
3253
3261
|
@Time = time
|
|
3254
3262
|
@Value = value
|
|
@@ -3271,7 +3279,7 @@ module TencentCloud
|
|
|
3271
3279
|
# @type InstanceID: String
|
|
3272
3280
|
|
|
3273
3281
|
attr_accessor :Domain, :DetailPoints, :InstanceID
|
|
3274
|
-
|
|
3282
|
+
|
|
3275
3283
|
def initialize(domain=nil, detailpoints=nil, instanceid=nil)
|
|
3276
3284
|
@Domain = domain
|
|
3277
3285
|
@DetailPoints = detailpoints
|
|
@@ -3300,7 +3308,7 @@ module TencentCloud
|
|
|
3300
3308
|
# @type PayMode: String
|
|
3301
3309
|
|
|
3302
3310
|
attr_accessor :GoodsName, :PayMode
|
|
3303
|
-
|
|
3311
|
+
|
|
3304
3312
|
def initialize(goodsname=nil, paymode=nil)
|
|
3305
3313
|
@GoodsName = goodsname
|
|
3306
3314
|
@PayMode = paymode
|
|
@@ -3324,7 +3332,7 @@ module TencentCloud
|
|
|
3324
3332
|
# @type BigDealIds: Array
|
|
3325
3333
|
|
|
3326
3334
|
attr_accessor :OrderIds, :AutoVoucher, :VoucherIds, :BigDealIds
|
|
3327
|
-
|
|
3335
|
+
|
|
3328
3336
|
def initialize(orderids=nil, autovoucher=nil, voucherids=nil, bigdealids=nil)
|
|
3329
3337
|
@OrderIds = orderids
|
|
3330
3338
|
@AutoVoucher = autovoucher
|
|
@@ -3352,7 +3360,7 @@ module TencentCloud
|
|
|
3352
3360
|
# @type RequestId: String
|
|
3353
3361
|
|
|
3354
3362
|
attr_accessor :OrderIds, :ResourceIds, :BigDealIds, :RequestId
|
|
3355
|
-
|
|
3363
|
+
|
|
3356
3364
|
def initialize(orderids=nil, resourceids=nil, bigdealids=nil, requestid=nil)
|
|
3357
3365
|
@OrderIds = orderids
|
|
3358
3366
|
@ResourceIds = resourceids
|
|
@@ -3392,7 +3400,7 @@ module TencentCloud
|
|
|
3392
3400
|
# @type Detail: Array
|
|
3393
3401
|
|
|
3394
3402
|
attr_accessor :PayMode, :PayModeName, :RealTotalCostRatio, :RealTotalCost, :CashPayAmount, :IncentivePayAmount, :VoucherPayAmount, :TransferPayAmount, :TotalCost, :Detail
|
|
3395
|
-
|
|
3403
|
+
|
|
3396
3404
|
def initialize(paymode=nil, paymodename=nil, realtotalcostratio=nil, realtotalcost=nil, cashpayamount=nil, incentivepayamount=nil, voucherpayamount=nil, transferpayamount=nil, totalcost=nil, detail=nil)
|
|
3397
3405
|
@PayMode = paymode
|
|
3398
3406
|
@PayModeName = paymodename
|
|
@@ -3435,7 +3443,7 @@ module TencentCloud
|
|
|
3435
3443
|
# @type Value: String
|
|
3436
3444
|
|
|
3437
3445
|
attr_accessor :Name, :Value
|
|
3438
|
-
|
|
3446
|
+
|
|
3439
3447
|
def initialize(name=nil, value=nil)
|
|
3440
3448
|
@Name = name
|
|
3441
3449
|
@Value = value
|
|
@@ -3471,7 +3479,7 @@ module TencentCloud
|
|
|
3471
3479
|
# @type TotalCost: String
|
|
3472
3480
|
|
|
3473
3481
|
attr_accessor :ProjectId, :ProjectName, :RealTotalCostRatio, :RealTotalCost, :CashPayAmount, :IncentivePayAmount, :VoucherPayAmount, :TransferPayAmount, :BillMonth, :TotalCost
|
|
3474
|
-
|
|
3482
|
+
|
|
3475
3483
|
def initialize(projectid=nil, projectname=nil, realtotalcostratio=nil, realtotalcost=nil, cashpayamount=nil, incentivepayamount=nil, voucherpayamount=nil, transferpayamount=nil, billmonth=nil, totalcost=nil)
|
|
3476
3484
|
@ProjectId = projectid
|
|
3477
3485
|
@ProjectName = projectname
|
|
@@ -3524,7 +3532,7 @@ module TencentCloud
|
|
|
3524
3532
|
# @type TotalCost: String
|
|
3525
3533
|
|
|
3526
3534
|
attr_accessor :RegionId, :RegionName, :RealTotalCostRatio, :RealTotalCost, :CashPayAmount, :IncentivePayAmount, :VoucherPayAmount, :TransferPayAmount, :BillMonth, :TotalCost
|
|
3527
|
-
|
|
3535
|
+
|
|
3528
3536
|
def initialize(regionid=nil, regionname=nil, realtotalcostratio=nil, realtotalcost=nil, cashpayamount=nil, incentivepayamount=nil, voucherpayamount=nil, transferpayamount=nil, billmonth=nil, totalcost=nil)
|
|
3529
3537
|
@RegionId = regionid
|
|
3530
3538
|
@RegionName = regionname
|
|
@@ -3578,7 +3586,7 @@ module TencentCloud
|
|
|
3578
3586
|
# @type Business: Array
|
|
3579
3587
|
|
|
3580
3588
|
attr_accessor :GroupKey, :GroupValue, :TotalCost, :RealTotalCost, :CashPayAmount, :IncentivePayAmount, :VoucherPayAmount, :TransferPayAmount, :Business
|
|
3581
|
-
|
|
3589
|
+
|
|
3582
3590
|
def initialize(groupkey=nil, groupvalue=nil, totalcost=nil, realtotalcost=nil, cashpayamount=nil, incentivepayamount=nil, voucherpayamount=nil, transferpayamount=nil, business=nil)
|
|
3583
3591
|
@GroupKey = groupkey
|
|
3584
3592
|
@GroupValue = groupvalue
|
|
@@ -3621,7 +3629,7 @@ module TencentCloud
|
|
|
3621
3629
|
# @type TotalCost: String
|
|
3622
3630
|
|
|
3623
3631
|
attr_accessor :RealTotalCost, :TotalCost
|
|
3624
|
-
|
|
3632
|
+
|
|
3625
3633
|
def initialize(realtotalcost=nil, totalcost=nil)
|
|
3626
3634
|
@RealTotalCost = realtotalcost
|
|
3627
3635
|
@TotalCost = totalcost
|
|
@@ -3661,7 +3669,7 @@ module TencentCloud
|
|
|
3661
3669
|
# @type TotalCost: String
|
|
3662
3670
|
|
|
3663
3671
|
attr_accessor :TagValue, :RealTotalCostRatio, :RealTotalCost, :CashPayAmount, :IncentivePayAmount, :VoucherPayAmount, :TransferPayAmount, :TotalCost
|
|
3664
|
-
|
|
3672
|
+
|
|
3665
3673
|
def initialize(tagvalue=nil, realtotalcostratio=nil, realtotalcost=nil, cashpayamount=nil, incentivepayamount=nil, voucherpayamount=nil, transferpayamount=nil, totalcost=nil)
|
|
3666
3674
|
@TagValue = tagvalue
|
|
3667
3675
|
@RealTotalCostRatio = realtotalcostratio
|
|
@@ -3695,7 +3703,7 @@ module TencentCloud
|
|
|
3695
3703
|
# @type SubProductName: String
|
|
3696
3704
|
|
|
3697
3705
|
attr_accessor :ProductName, :SubProductName
|
|
3698
|
-
|
|
3706
|
+
|
|
3699
3707
|
def initialize(productname=nil, subproductname=nil)
|
|
3700
3708
|
@ProductName = productname
|
|
3701
3709
|
@SubProductName = subproductname
|
|
@@ -3718,7 +3726,7 @@ module TencentCloud
|
|
|
3718
3726
|
# @type UsageDetails: Array
|
|
3719
3727
|
|
|
3720
3728
|
attr_accessor :UsedAmount, :UsedTime, :UsageDetails
|
|
3721
|
-
|
|
3729
|
+
|
|
3722
3730
|
def initialize(usedamount=nil, usedtime=nil, usagedetails=nil)
|
|
3723
3731
|
@UsedAmount = usedamount
|
|
3724
3732
|
@UsedTime = usedtime
|
|
@@ -3767,7 +3775,7 @@ module TencentCloud
|
|
|
3767
3775
|
# @type ExcludedProducts: Array
|
|
3768
3776
|
|
|
3769
3777
|
attr_accessor :OwnerUin, :Status, :NominalValue, :Balance, :VoucherId, :PayMode, :PayScene, :BeginTime, :EndTime, :ApplicableProducts, :ExcludedProducts
|
|
3770
|
-
|
|
3778
|
+
|
|
3771
3779
|
def initialize(owneruin=nil, status=nil, nominalvalue=nil, balance=nil, voucherid=nil, paymode=nil, payscene=nil, begintime=nil, endtime=nil, applicableproducts=nil, excludedproducts=nil)
|
|
3772
3780
|
@OwnerUin = owneruin
|
|
3773
3781
|
@Status = status
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-billing
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.591
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-06-
|
|
11
|
+
date: 2023-06-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|