tencentcloud-sdk-cpdp 1.0.346 → 1.0.347

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190820/models.rb +158 -30
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: af2e1bcb169ac86261443ab910ea15c292de8111
4
- data.tar.gz: fa2304c2448ef8a5867b76f9b652e6f889147ba0
3
+ metadata.gz: f0417ad552950313132bfc7af3eb036294e871a8
4
+ data.tar.gz: 188d7eebf2c642b1267007b0663110cc65441880
5
5
  SHA512:
6
- metadata.gz: fc4aabfc034e7a5d26283f6aca58bf82d94374dda8dd709550350742f10de14a02913d16e75e0a44e7064a34f0c26c540b2e71e38c84ecade93f6318e833aa1e
7
- data.tar.gz: 5554bfd80c0f51017b59221cfac3718b394989b8d09570cc8049b4afe1bcbf5db00465a3d4e82b74aa5910437665405af020da8551177f9da90715ab278d92b7
6
+ metadata.gz: a3fcba874f82d9dd358ac6ba4226a09c2992063d4a84bbc74354a857e0d046c38bc3bd5ed85538b7b7fa240bf1117d23bb4ca62b000c379c61ed105b896be2d7
7
+ data.tar.gz: edbe11ed24caebc9ec778c2061ca71fdc36c1f29a62ec63e6b2c222f289a842fb2d2fbbf5eb35f156a2e2fae043e011fde2e5dc96dd1975148cd0efbf9bad9e2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.346
1
+ 1.0.347
@@ -1032,16 +1032,23 @@ module TencentCloud
1032
1032
  # @type FundingAccountInfo: :class:`Tencentcloud::Cpdp.v20190820.models.FlexFundingAccountInfo`
1033
1033
  # @param Remark: 提现备注
1034
1034
  # @type Remark: String
1035
+ # @param Environment: 环境类型
1036
+ # __release__:生产环境
1037
+ # __sandbox__:沙箱环境
1038
+ # __test__:测试环境
1039
+ # 缺省默认为生产环境
1040
+ # @type Environment: String
1035
1041
 
1036
- attr_accessor :PayeeId, :IncomeType, :AmountBeforeTax, :OutOrderId, :FundingAccountInfo, :Remark
1042
+ attr_accessor :PayeeId, :IncomeType, :AmountBeforeTax, :OutOrderId, :FundingAccountInfo, :Remark, :Environment
1037
1043
 
1038
- def initialize(payeeid=nil, incometype=nil, amountbeforetax=nil, outorderid=nil, fundingaccountinfo=nil, remark=nil)
1044
+ def initialize(payeeid=nil, incometype=nil, amountbeforetax=nil, outorderid=nil, fundingaccountinfo=nil, remark=nil, environment=nil)
1039
1045
  @PayeeId = payeeid
1040
1046
  @IncomeType = incometype
1041
1047
  @AmountBeforeTax = amountbeforetax
1042
1048
  @OutOrderId = outorderid
1043
1049
  @FundingAccountInfo = fundingaccountinfo
1044
1050
  @Remark = remark
1051
+ @Environment = environment
1045
1052
  end
1046
1053
 
1047
1054
  def deserialize(params)
@@ -1054,6 +1061,7 @@ module TencentCloud
1054
1061
  @FundingAccountInfo.deserialize(params['FundingAccountInfo'])
1055
1062
  end
1056
1063
  @Remark = params['Remark']
1064
+ @Environment = params['Environment']
1057
1065
  end
1058
1066
  end
1059
1067
 
@@ -1131,15 +1139,22 @@ module TencentCloud
1131
1139
  # @type OutOrderId: String
1132
1140
  # @param Remark: 备注
1133
1141
  # @type Remark: String
1142
+ # @param Environment: 环境类型
1143
+ # __release__:生产环境
1144
+ # __sandbox__:沙箱环境
1145
+ # __test__:测试环境
1146
+ # 缺省默认为生产环境
1147
+ # @type Environment: String
1134
1148
 
1135
- attr_accessor :PayeeId, :IncomeType, :AmountBeforeTax, :OutOrderId, :Remark
1149
+ attr_accessor :PayeeId, :IncomeType, :AmountBeforeTax, :OutOrderId, :Remark, :Environment
1136
1150
 
1137
- def initialize(payeeid=nil, incometype=nil, amountbeforetax=nil, outorderid=nil, remark=nil)
1151
+ def initialize(payeeid=nil, incometype=nil, amountbeforetax=nil, outorderid=nil, remark=nil, environment=nil)
1138
1152
  @PayeeId = payeeid
1139
1153
  @IncomeType = incometype
1140
1154
  @AmountBeforeTax = amountbeforetax
1141
1155
  @OutOrderId = outorderid
1142
1156
  @Remark = remark
1157
+ @Environment = environment
1143
1158
  end
1144
1159
 
1145
1160
  def deserialize(params)
@@ -1148,6 +1163,7 @@ module TencentCloud
1148
1163
  @AmountBeforeTax = params['AmountBeforeTax']
1149
1164
  @OutOrderId = params['OutOrderId']
1150
1165
  @Remark = params['Remark']
1166
+ @Environment = params['Environment']
1151
1167
  end
1152
1168
  end
1153
1169
 
@@ -5248,10 +5264,18 @@ module TencentCloud
5248
5264
  # @type IdType: Integer
5249
5265
  # @param Remark: 备注
5250
5266
  # @type Remark: String
5267
+ # @param PhoneNo: 手机号码
5268
+ # @type PhoneNo: String
5269
+ # @param Environment: 环境类型
5270
+ # __release__:生产环境
5271
+ # __sandbox__:沙箱环境
5272
+ # __test__:测试环境
5273
+ # 缺省默认为生产环境
5274
+ # @type Environment: String
5251
5275
 
5252
- attr_accessor :OutUserId, :Name, :IdNo, :AccountName, :ServiceProviderId, :TaxInfo, :IdType, :Remark
5276
+ attr_accessor :OutUserId, :Name, :IdNo, :AccountName, :ServiceProviderId, :TaxInfo, :IdType, :Remark, :PhoneNo, :Environment
5253
5277
 
5254
- def initialize(outuserid=nil, name=nil, idno=nil, accountname=nil, serviceproviderid=nil, taxinfo=nil, idtype=nil, remark=nil)
5278
+ def initialize(outuserid=nil, name=nil, idno=nil, accountname=nil, serviceproviderid=nil, taxinfo=nil, idtype=nil, remark=nil, phoneno=nil, environment=nil)
5255
5279
  @OutUserId = outuserid
5256
5280
  @Name = name
5257
5281
  @IdNo = idno
@@ -5260,6 +5284,8 @@ module TencentCloud
5260
5284
  @TaxInfo = taxinfo
5261
5285
  @IdType = idtype
5262
5286
  @Remark = remark
5287
+ @PhoneNo = phoneno
5288
+ @Environment = environment
5263
5289
  end
5264
5290
 
5265
5291
  def deserialize(params)
@@ -5274,6 +5300,8 @@ module TencentCloud
5274
5300
  end
5275
5301
  @IdType = params['IdType']
5276
5302
  @Remark = params['Remark']
5303
+ @PhoneNo = params['PhoneNo']
5304
+ @Environment = params['Environment']
5277
5305
  end
5278
5306
  end
5279
5307
 
@@ -9802,16 +9830,23 @@ module TencentCloud
9802
9830
  # @type OperationType: String
9803
9831
  # @param Remark: 冻结备注
9804
9832
  # @type Remark: String
9833
+ # @param Environment: 环境类型
9834
+ # __release__:生产环境
9835
+ # __sandbox__:沙箱环境
9836
+ # __test__:测试环境
9837
+ # 缺省默认为生产环境
9838
+ # @type Environment: String
9805
9839
 
9806
- attr_accessor :PayeeId, :AmountBeforeTax, :IncomeType, :OutOrderId, :OperationType, :Remark
9840
+ attr_accessor :PayeeId, :AmountBeforeTax, :IncomeType, :OutOrderId, :OperationType, :Remark, :Environment
9807
9841
 
9808
- def initialize(payeeid=nil, amountbeforetax=nil, incometype=nil, outorderid=nil, operationtype=nil, remark=nil)
9842
+ def initialize(payeeid=nil, amountbeforetax=nil, incometype=nil, outorderid=nil, operationtype=nil, remark=nil, environment=nil)
9809
9843
  @PayeeId = payeeid
9810
9844
  @AmountBeforeTax = amountbeforetax
9811
9845
  @IncomeType = incometype
9812
9846
  @OutOrderId = outorderid
9813
9847
  @OperationType = operationtype
9814
9848
  @Remark = remark
9849
+ @Environment = environment
9815
9850
  end
9816
9851
 
9817
9852
  def deserialize(params)
@@ -9821,6 +9856,7 @@ module TencentCloud
9821
9856
  @OutOrderId = params['OutOrderId']
9822
9857
  @OperationType = params['OperationType']
9823
9858
  @Remark = params['Remark']
9859
+ @Environment = params['Environment']
9824
9860
  end
9825
9861
  end
9826
9862
 
@@ -10910,19 +10946,27 @@ module TencentCloud
10910
10946
  # ENABLE:启用
10911
10947
  # DISABLE:停用
10912
10948
  # @type AccountRightStatus: String
10949
+ # @param Environment: 环境类型
10950
+ # __release__:生产环境
10951
+ # __sandbox__:沙箱环境
10952
+ # __test__:测试环境
10953
+ # 缺省默认为生产环境
10954
+ # @type Environment: String
10913
10955
 
10914
- attr_accessor :PayeeId, :AccountRightType, :AccountRightStatus
10956
+ attr_accessor :PayeeId, :AccountRightType, :AccountRightStatus, :Environment
10915
10957
 
10916
- def initialize(payeeid=nil, accountrighttype=nil, accountrightstatus=nil)
10958
+ def initialize(payeeid=nil, accountrighttype=nil, accountrightstatus=nil, environment=nil)
10917
10959
  @PayeeId = payeeid
10918
10960
  @AccountRightType = accountrighttype
10919
10961
  @AccountRightStatus = accountrightstatus
10962
+ @Environment = environment
10920
10963
  end
10921
10964
 
10922
10965
  def deserialize(params)
10923
10966
  @PayeeId = params['PayeeId']
10924
10967
  @AccountRightType = params['AccountRightType']
10925
10968
  @AccountRightStatus = params['AccountRightStatus']
10969
+ @Environment = params['Environment']
10926
10970
  end
10927
10971
  end
10928
10972
 
@@ -12548,10 +12592,12 @@ module TencentCloud
12548
12592
  # @param Remark: 提现备注
12549
12593
  # 注意:此字段可能返回 null,表示取不到有效值。
12550
12594
  # @type Remark: String
12595
+ # @param PayeeId: 收款用户ID
12596
+ # @type PayeeId: String
12551
12597
 
12552
- attr_accessor :IncomeType, :AmountBeforeTax, :AmountAfterTax, :Tax, :OutOrderId, :OrderId, :InitiateTime, :FinishTime, :Status, :StatusDesc, :Remark
12598
+ attr_accessor :IncomeType, :AmountBeforeTax, :AmountAfterTax, :Tax, :OutOrderId, :OrderId, :InitiateTime, :FinishTime, :Status, :StatusDesc, :Remark, :PayeeId
12553
12599
 
12554
- def initialize(incometype=nil, amountbeforetax=nil, amountaftertax=nil, tax=nil, outorderid=nil, orderid=nil, initiatetime=nil, finishtime=nil, status=nil, statusdesc=nil, remark=nil)
12600
+ def initialize(incometype=nil, amountbeforetax=nil, amountaftertax=nil, tax=nil, outorderid=nil, orderid=nil, initiatetime=nil, finishtime=nil, status=nil, statusdesc=nil, remark=nil, payeeid=nil)
12555
12601
  @IncomeType = incometype
12556
12602
  @AmountBeforeTax = amountbeforetax
12557
12603
  @AmountAfterTax = amountaftertax
@@ -12563,6 +12609,7 @@ module TencentCloud
12563
12609
  @Status = status
12564
12610
  @StatusDesc = statusdesc
12565
12611
  @Remark = remark
12612
+ @PayeeId = payeeid
12566
12613
  end
12567
12614
 
12568
12615
  def deserialize(params)
@@ -12577,6 +12624,7 @@ module TencentCloud
12577
12624
  @Status = params['Status']
12578
12625
  @StatusDesc = params['StatusDesc']
12579
12626
  @Remark = params['Remark']
12627
+ @PayeeId = params['PayeeId']
12580
12628
  end
12581
12629
  end
12582
12630
 
@@ -15204,19 +15252,27 @@ module TencentCloud
15204
15252
  # @type IncomeType: String
15205
15253
  # @param AmountAfterTax: 税后金额
15206
15254
  # @type AmountAfterTax: String
15255
+ # @param Environment: 环境类型
15256
+ # __release__:生产环境
15257
+ # __sandbox__:沙箱环境
15258
+ # __test__:测试环境
15259
+ # 缺省默认为生产环境
15260
+ # @type Environment: String
15207
15261
 
15208
- attr_accessor :PayeeId, :IncomeType, :AmountAfterTax
15262
+ attr_accessor :PayeeId, :IncomeType, :AmountAfterTax, :Environment
15209
15263
 
15210
- def initialize(payeeid=nil, incometype=nil, amountaftertax=nil)
15264
+ def initialize(payeeid=nil, incometype=nil, amountaftertax=nil, environment=nil)
15211
15265
  @PayeeId = payeeid
15212
15266
  @IncomeType = incometype
15213
15267
  @AmountAfterTax = amountaftertax
15268
+ @Environment = environment
15214
15269
  end
15215
15270
 
15216
15271
  def deserialize(params)
15217
15272
  @PayeeId = params['PayeeId']
15218
15273
  @IncomeType = params['IncomeType']
15219
15274
  @AmountAfterTax = params['AmountAfterTax']
15275
+ @Environment = params['Environment']
15220
15276
  end
15221
15277
  end
15222
15278
 
@@ -15266,15 +15322,22 @@ module TencentCloud
15266
15322
  # @type EndTime: String
15267
15323
  # @param PageNumber: 分页
15268
15324
  # @type PageNumber: :class:`Tencentcloud::Cpdp.v20190820.models.Paging`
15325
+ # @param Environment: 环境类型
15326
+ # __release__:生产环境
15327
+ # __sandbox__:沙箱环境
15328
+ # __test__:测试环境
15329
+ # 缺省默认为生产环境
15330
+ # @type Environment: String
15269
15331
 
15270
- attr_accessor :PayeeId, :OperationType, :StartTime, :EndTime, :PageNumber
15332
+ attr_accessor :PayeeId, :OperationType, :StartTime, :EndTime, :PageNumber, :Environment
15271
15333
 
15272
- def initialize(payeeid=nil, operationtype=nil, starttime=nil, endtime=nil, pagenumber=nil)
15334
+ def initialize(payeeid=nil, operationtype=nil, starttime=nil, endtime=nil, pagenumber=nil, environment=nil)
15273
15335
  @PayeeId = payeeid
15274
15336
  @OperationType = operationtype
15275
15337
  @StartTime = starttime
15276
15338
  @EndTime = endtime
15277
15339
  @PageNumber = pagenumber
15340
+ @Environment = environment
15278
15341
  end
15279
15342
 
15280
15343
  def deserialize(params)
@@ -15286,6 +15349,7 @@ module TencentCloud
15286
15349
  @PageNumber = Paging.new
15287
15350
  @PageNumber.deserialize(params['PageNumber'])
15288
15351
  end
15352
+ @Environment = params['Environment']
15289
15353
  end
15290
15354
  end
15291
15355
 
@@ -15329,17 +15393,25 @@ module TencentCloud
15329
15393
  # LABOR:劳务所得
15330
15394
  # OCCASION:偶然所得
15331
15395
  # @type IncomeType: String
15396
+ # @param Environment: 环境类型
15397
+ # __release__:生产环境
15398
+ # __sandbox__:沙箱环境
15399
+ # __test__:测试环境
15400
+ # 缺省默认为生产环境
15401
+ # @type Environment: String
15332
15402
 
15333
- attr_accessor :PayeeId, :IncomeType
15403
+ attr_accessor :PayeeId, :IncomeType, :Environment
15334
15404
 
15335
- def initialize(payeeid=nil, incometype=nil)
15405
+ def initialize(payeeid=nil, incometype=nil, environment=nil)
15336
15406
  @PayeeId = payeeid
15337
15407
  @IncomeType = incometype
15408
+ @Environment = environment
15338
15409
  end
15339
15410
 
15340
15411
  def deserialize(params)
15341
15412
  @PayeeId = params['PayeeId']
15342
15413
  @IncomeType = params['IncomeType']
15414
+ @Environment = params['Environment']
15343
15415
  end
15344
15416
  end
15345
15417
 
@@ -15381,17 +15453,25 @@ module TencentCloud
15381
15453
  # @type PayeeId: String
15382
15454
  # @param OutUserId: 外部用户ID
15383
15455
  # @type OutUserId: String
15456
+ # @param Environment: 环境类型
15457
+ # __release__:生产环境
15458
+ # __sandbox__:沙箱环境
15459
+ # __test__:测试环境
15460
+ # 缺省默认为生产环境
15461
+ # @type Environment: String
15384
15462
 
15385
- attr_accessor :PayeeId, :OutUserId
15463
+ attr_accessor :PayeeId, :OutUserId, :Environment
15386
15464
 
15387
- def initialize(payeeid=nil, outuserid=nil)
15465
+ def initialize(payeeid=nil, outuserid=nil, environment=nil)
15388
15466
  @PayeeId = payeeid
15389
15467
  @OutUserId = outuserid
15468
+ @Environment = environment
15390
15469
  end
15391
15470
 
15392
15471
  def deserialize(params)
15393
15472
  @PayeeId = params['PayeeId']
15394
15473
  @OutUserId = params['OutUserId']
15474
+ @Environment = params['Environment']
15395
15475
  end
15396
15476
  end
15397
15477
 
@@ -15437,14 +15517,21 @@ module TencentCloud
15437
15517
  # @type EndTime: String
15438
15518
  # @param PageNumber: 分页
15439
15519
  # @type PageNumber: :class:`Tencentcloud::Cpdp.v20190820.models.Paging`
15520
+ # @param Environment: 环境类型
15521
+ # __release__:生产环境
15522
+ # __sandbox__:沙箱环境
15523
+ # __test__:测试环境
15524
+ # 缺省默认为生产环境
15525
+ # @type Environment: String
15440
15526
 
15441
- attr_accessor :PropertyInfo, :StartTime, :EndTime, :PageNumber
15527
+ attr_accessor :PropertyInfo, :StartTime, :EndTime, :PageNumber, :Environment
15442
15528
 
15443
- def initialize(propertyinfo=nil, starttime=nil, endtime=nil, pagenumber=nil)
15529
+ def initialize(propertyinfo=nil, starttime=nil, endtime=nil, pagenumber=nil, environment=nil)
15444
15530
  @PropertyInfo = propertyinfo
15445
15531
  @StartTime = starttime
15446
15532
  @EndTime = endtime
15447
15533
  @PageNumber = pagenumber
15534
+ @Environment = environment
15448
15535
  end
15449
15536
 
15450
15537
  def deserialize(params)
@@ -15458,6 +15545,7 @@ module TencentCloud
15458
15545
  @PageNumber = Paging.new
15459
15546
  @PageNumber.deserialize(params['PageNumber'])
15460
15547
  end
15548
+ @Environment = params['Environment']
15461
15549
  end
15462
15550
  end
15463
15551
 
@@ -15499,17 +15587,25 @@ module TencentCloud
15499
15587
  # @type PayeeId: String
15500
15588
  # @param OutUserId: 外部用户ID
15501
15589
  # @type OutUserId: String
15590
+ # @param Environment: 环境类型
15591
+ # __release__:生产环境
15592
+ # __sandbox__:沙箱环境
15593
+ # __test__:测试环境
15594
+ # 缺省默认为生产环境
15595
+ # @type Environment: String
15502
15596
 
15503
- attr_accessor :PayeeId, :OutUserId
15597
+ attr_accessor :PayeeId, :OutUserId, :Environment
15504
15598
 
15505
- def initialize(payeeid=nil, outuserid=nil)
15599
+ def initialize(payeeid=nil, outuserid=nil, environment=nil)
15506
15600
  @PayeeId = payeeid
15507
15601
  @OutUserId = outuserid
15602
+ @Environment = environment
15508
15603
  end
15509
15604
 
15510
15605
  def deserialize(params)
15511
15606
  @PayeeId = params['PayeeId']
15512
15607
  @OutUserId = params['OutUserId']
15608
+ @Environment = params['Environment']
15513
15609
  end
15514
15610
  end
15515
15611
 
@@ -15555,14 +15651,21 @@ module TencentCloud
15555
15651
  # @type EndTime: String
15556
15652
  # @param PageNumber: 分页
15557
15653
  # @type PageNumber: :class:`Tencentcloud::Cpdp.v20190820.models.Paging`
15654
+ # @param Environment: 环境类型
15655
+ # __release__:生产环境
15656
+ # __sandbox__:沙箱环境
15657
+ # __test__:测试环境
15658
+ # 缺省默认为生产环境
15659
+ # @type Environment: String
15558
15660
 
15559
- attr_accessor :PayeeId, :StartTime, :EndTime, :PageNumber
15661
+ attr_accessor :PayeeId, :StartTime, :EndTime, :PageNumber, :Environment
15560
15662
 
15561
- def initialize(payeeid=nil, starttime=nil, endtime=nil, pagenumber=nil)
15663
+ def initialize(payeeid=nil, starttime=nil, endtime=nil, pagenumber=nil, environment=nil)
15562
15664
  @PayeeId = payeeid
15563
15665
  @StartTime = starttime
15564
15666
  @EndTime = endtime
15565
15667
  @PageNumber = pagenumber
15668
+ @Environment = environment
15566
15669
  end
15567
15670
 
15568
15671
  def deserialize(params)
@@ -15573,6 +15676,7 @@ module TencentCloud
15573
15676
  @PageNumber = Paging.new
15574
15677
  @PageNumber.deserialize(params['PageNumber'])
15575
15678
  end
15679
+ @Environment = params['Environment']
15576
15680
  end
15577
15681
  end
15578
15682
 
@@ -15614,17 +15718,25 @@ module TencentCloud
15614
15718
  # @type OutOrderId: String
15615
15719
  # @param OrderId: 订单ID
15616
15720
  # @type OrderId: String
15721
+ # @param Environment: 环境类型
15722
+ # __release__:生产环境
15723
+ # __sandbox__:沙箱环境
15724
+ # __test__:测试环境
15725
+ # 缺省默认为生产环境
15726
+ # @type Environment: String
15617
15727
 
15618
- attr_accessor :OutOrderId, :OrderId
15728
+ attr_accessor :OutOrderId, :OrderId, :Environment
15619
15729
 
15620
- def initialize(outorderid=nil, orderid=nil)
15730
+ def initialize(outorderid=nil, orderid=nil, environment=nil)
15621
15731
  @OutOrderId = outorderid
15622
15732
  @OrderId = orderid
15733
+ @Environment = environment
15623
15734
  end
15624
15735
 
15625
15736
  def deserialize(params)
15626
15737
  @OutOrderId = params['OutOrderId']
15627
15738
  @OrderId = params['OrderId']
15739
+ @Environment = params['Environment']
15628
15740
  end
15629
15741
  end
15630
15742
 
@@ -15670,14 +15782,28 @@ module TencentCloud
15670
15782
  # @type EndTime: String
15671
15783
  # @param PageNumber: 分页
15672
15784
  # @type PageNumber: :class:`Tencentcloud::Cpdp.v20190820.models.Paging`
15785
+ # @param OperationType: 操作类型。
15786
+ # ENABLE_SETTLE: 正常结算
15787
+ # DISABLE_SETTLE: 停用结算
15788
+ # UNFREEZE_SETTLE: 解冻结算
15789
+ # 若需要支持多个操作类型,则以;分隔
15790
+ # @type OperationType: String
15791
+ # @param Environment: 环境类型
15792
+ # __release__:生产环境
15793
+ # __sandbox__:沙箱环境
15794
+ # __test__:测试环境
15795
+ # 缺省默认为生产环境
15796
+ # @type Environment: String
15673
15797
 
15674
- attr_accessor :PayeeId, :StartTime, :EndTime, :PageNumber
15798
+ attr_accessor :PayeeId, :StartTime, :EndTime, :PageNumber, :OperationType, :Environment
15675
15799
 
15676
- def initialize(payeeid=nil, starttime=nil, endtime=nil, pagenumber=nil)
15800
+ def initialize(payeeid=nil, starttime=nil, endtime=nil, pagenumber=nil, operationtype=nil, environment=nil)
15677
15801
  @PayeeId = payeeid
15678
15802
  @StartTime = starttime
15679
15803
  @EndTime = endtime
15680
15804
  @PageNumber = pagenumber
15805
+ @OperationType = operationtype
15806
+ @Environment = environment
15681
15807
  end
15682
15808
 
15683
15809
  def deserialize(params)
@@ -15688,6 +15814,8 @@ module TencentCloud
15688
15814
  @PageNumber = Paging.new
15689
15815
  @PageNumber.deserialize(params['PageNumber'])
15690
15816
  end
15817
+ @OperationType = params['OperationType']
15818
+ @Environment = params['Environment']
15691
15819
  end
15692
15820
  end
15693
15821
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cpdp
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.346
4
+ version: 1.0.347
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-07-01 00:00:00.000000000 Z
11
+ date: 2022-07-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common