tencentcloud-sdk-partners 3.0.849 → 3.0.851

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9c25ed855b9488e1e9e5fb4a9e62a8804dd786ab
4
- data.tar.gz: bd413a93fab8924dcfebb672031101fa05084cff
3
+ metadata.gz: 0cb223d3437c0c71a66cc829d8ac2b54d3bf8ac7
4
+ data.tar.gz: 33946b6f8fca5a7c6671bcfe042f5f8a637c3152
5
5
  SHA512:
6
- metadata.gz: 29b177b65aae899c099d56976dbd8ce61a1eed0af996325296b01ff76c25351cc1346a719631af5c7fce5b6199e0b1fcb4982ceba38e7a77ac5c5c35d335b8e1
7
- data.tar.gz: 55f2d4ec4425af3b24b3562a60614b532d6f97ae40a7efe0e2ee31f3c1c3654c9ff5b690bdc2df0ab2dfa681d0b3229df24606a296bef30c421971d1895b2b36
6
+ metadata.gz: da0491ebb0a0ea9fb951660bcf1542e320c0ec34366c28ae101c75f6239eaff1fef8c5ed99908cb036c927f49d5d235ec427e9376ad7fd807701ce01510a86b4
7
+ data.tar.gz: c215423fa8cd945874e638a57ab8c097a9863105f9f3769c1752ea01d6d4b7e1028c3887dd3832ca68783f84c4d33779157ea19ad86b680f30bdef92c72a2242
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.849
1
+ 3.0.851
@@ -54,10 +54,13 @@ module TencentCloud
54
54
  # @param Mail: 代客邮箱
55
55
  # 注意:此字段可能返回 null,表示取不到有效值。
56
56
  # @type Mail: String
57
+ # @param TransactionType: 交易类型:交易类型 1-原类型 2-代理型 3-代采型
58
+ # 注意:此字段可能返回 null,表示取不到有效值。
59
+ # @type TransactionType: String
57
60
 
58
- attr_accessor :Uin, :ClientUin, :AgentTime, :ClientFlag, :ClientRemark, :ClientName, :AuthType, :AppId, :LastMonthAmt, :ThisMonthAmt, :HasOverdueBill, :ClientType, :ProjectType, :SalesUin, :SalesName, :Mail
61
+ attr_accessor :Uin, :ClientUin, :AgentTime, :ClientFlag, :ClientRemark, :ClientName, :AuthType, :AppId, :LastMonthAmt, :ThisMonthAmt, :HasOverdueBill, :ClientType, :ProjectType, :SalesUin, :SalesName, :Mail, :TransactionType
59
62
 
60
- def initialize(uin=nil, clientuin=nil, agenttime=nil, clientflag=nil, clientremark=nil, clientname=nil, authtype=nil, appid=nil, lastmonthamt=nil, thismonthamt=nil, hasoverduebill=nil, clienttype=nil, projecttype=nil, salesuin=nil, salesname=nil, mail=nil)
63
+ def initialize(uin=nil, clientuin=nil, agenttime=nil, clientflag=nil, clientremark=nil, clientname=nil, authtype=nil, appid=nil, lastmonthamt=nil, thismonthamt=nil, hasoverduebill=nil, clienttype=nil, projecttype=nil, salesuin=nil, salesname=nil, mail=nil, transactiontype=nil)
61
64
  @Uin = uin
62
65
  @ClientUin = clientuin
63
66
  @AgentTime = agenttime
@@ -74,6 +77,7 @@ module TencentCloud
74
77
  @SalesUin = salesuin
75
78
  @SalesName = salesname
76
79
  @Mail = mail
80
+ @TransactionType = transactiontype
77
81
  end
78
82
 
79
83
  def deserialize(params)
@@ -93,6 +97,7 @@ module TencentCloud
93
97
  @SalesUin = params['SalesUin']
94
98
  @SalesName = params['SalesName']
95
99
  @Mail = params['Mail']
100
+ @TransactionType = params['TransactionType']
96
101
  end
97
102
  end
98
103
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-partners
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.849
4
+ version: 3.0.851
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-23 00:00:00.000000000 Z
11
+ date: 2024-06-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common