Class: TencentCloud::Trp::V20210515::ScanLog
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Trp::V20210515::ScanLog
- Defined in:
- lib/v20210515/models.rb
Overview
扫码明细
Instance Attribute Summary collapse
-
#BatchId ⇒ Object
0: 未知, 1:通过, 2:失败/风险, 3:存疑 0:否, 1:是.
-
#City ⇒ Object
0: 未知, 1:通过, 2:失败/风险, 3:存疑 0:否, 1:是.
-
#Code ⇒ Object
0: 未知, 1:通过, 2:失败/风险, 3:存疑 0:否, 1:是.
-
#CorpId ⇒ Object
0: 未知, 1:通过, 2:失败/风险, 3:存疑 0:否, 1:是.
-
#Country ⇒ Object
0: 未知, 1:通过, 2:失败/风险, 3:存疑 0:否, 1:是.
-
#CreateTime ⇒ Object
0: 未知, 1:通过, 2:失败/风险, 3:存疑 0:否, 1:是.
-
#District ⇒ Object
0: 未知, 1:通过, 2:失败/风险, 3:存疑 0:否, 1:是.
-
#First ⇒ Object
0: 未知, 1:通过, 2:失败/风险, 3:存疑 0:否, 1:是.
-
#Ip ⇒ Object
0: 未知, 1:通过, 2:失败/风险, 3:存疑 0:否, 1:是.
-
#LogId ⇒ Object
0: 未知, 1:通过, 2:失败/风险, 3:存疑 0:否, 1:是.
-
#MerchantId ⇒ Object
0: 未知, 1:通过, 2:失败/风险, 3:存疑 0:否, 1:是.
-
#MerchantName ⇒ Object
0: 未知, 1:通过, 2:失败/风险, 3:存疑 0:否, 1:是.
-
#Nickname ⇒ Object
0: 未知, 1:通过, 2:失败/风险, 3:存疑 0:否, 1:是.
-
#Openid ⇒ Object
0: 未知, 1:通过, 2:失败/风险, 3:存疑 0:否, 1:是.
-
#ProductId ⇒ Object
0: 未知, 1:通过, 2:失败/风险, 3:存疑 0:否, 1:是.
-
#ProductLogo ⇒ Object
0: 未知, 1:通过, 2:失败/风险, 3:存疑 0:否, 1:是.
-
#ProductName ⇒ Object
0: 未知, 1:通过, 2:失败/风险, 3:存疑 0:否, 1:是.
-
#Province ⇒ Object
0: 未知, 1:通过, 2:失败/风险, 3:存疑 0:否, 1:是.
-
#Status ⇒ Object
0: 未知, 1:通过, 2:失败/风险, 3:存疑 0:否, 1:是.
-
#Type ⇒ Object
0: 未知, 1:通过, 2:失败/风险, 3:存疑 0:否, 1:是.
-
#Unionid ⇒ Object
0: 未知, 1:通过, 2:失败/风险, 3:存疑 0:否, 1:是.
-
#Verify ⇒ Object
0: 未知, 1:通过, 2:失败/风险, 3:存疑 0:否, 1:是.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(logid = nil, openid = nil, nickname = nil, createtime = nil, code = nil, corpid = nil, merchantid = nil, productid = nil, ip = nil, country = nil, province = nil, city = nil, district = nil, unionid = nil, first = nil, batchid = nil, type = nil, merchantname = nil, productname = nil, productlogo = nil, status = nil, verify = nil) ⇒ ScanLog
constructor
A new instance of ScanLog.
Constructor Details
#initialize(logid = nil, openid = nil, nickname = nil, createtime = nil, code = nil, corpid = nil, merchantid = nil, productid = nil, ip = nil, country = nil, province = nil, city = nil, district = nil, unionid = nil, first = nil, batchid = nil, type = nil, merchantname = nil, productname = nil, productlogo = nil, status = nil, verify = nil) ⇒ ScanLog
Returns a new instance of ScanLog.
4186 4187 4188 4189 4190 4191 4192 4193 4194 4195 4196 4197 4198 4199 4200 4201 4202 4203 4204 4205 4206 4207 4208 4209 |
# File 'lib/v20210515/models.rb', line 4186 def initialize(logid=nil, openid=nil, nickname=nil, createtime=nil, code=nil, corpid=nil, merchantid=nil, productid=nil, ip=nil, country=nil, province=nil, city=nil, district=nil, unionid=nil, first=nil, batchid=nil, type=nil, merchantname=nil, productname=nil, productlogo=nil, status=nil, verify=nil) @LogId = logid @Openid = openid @Nickname = nickname @CreateTime = createtime @Code = code @CorpId = corpid @MerchantId = merchantid @ProductId = productid @Ip = ip @Country = country @Province = province @City = city @District = district @Unionid = unionid @First = first @BatchId = batchid @Type = type @MerchantName = merchantname @ProductName = productname @ProductLogo = productlogo @Status = status @Verify = verify end |
Instance Attribute Details
#BatchId ⇒ Object
0: 未知, 1:通过, 2:失败/风险, 3:存疑0:否, 1:是
4184 4185 4186 |
# File 'lib/v20210515/models.rb', line 4184 def BatchId @BatchId end |
#City ⇒ Object
0: 未知, 1:通过, 2:失败/风险, 3:存疑0:否, 1:是
4184 4185 4186 |
# File 'lib/v20210515/models.rb', line 4184 def City @City end |
#Code ⇒ Object
0: 未知, 1:通过, 2:失败/风险, 3:存疑0:否, 1:是
4184 4185 4186 |
# File 'lib/v20210515/models.rb', line 4184 def Code @Code end |
#CorpId ⇒ Object
0: 未知, 1:通过, 2:失败/风险, 3:存疑0:否, 1:是
4184 4185 4186 |
# File 'lib/v20210515/models.rb', line 4184 def CorpId @CorpId end |
#Country ⇒ Object
0: 未知, 1:通过, 2:失败/风险, 3:存疑0:否, 1:是
4184 4185 4186 |
# File 'lib/v20210515/models.rb', line 4184 def Country @Country end |
#CreateTime ⇒ Object
0: 未知, 1:通过, 2:失败/风险, 3:存疑0:否, 1:是
4184 4185 4186 |
# File 'lib/v20210515/models.rb', line 4184 def CreateTime @CreateTime end |
#District ⇒ Object
0: 未知, 1:通过, 2:失败/风险, 3:存疑0:否, 1:是
4184 4185 4186 |
# File 'lib/v20210515/models.rb', line 4184 def District @District end |
#First ⇒ Object
0: 未知, 1:通过, 2:失败/风险, 3:存疑0:否, 1:是
4184 4185 4186 |
# File 'lib/v20210515/models.rb', line 4184 def First @First end |
#Ip ⇒ Object
0: 未知, 1:通过, 2:失败/风险, 3:存疑0:否, 1:是
4184 4185 4186 |
# File 'lib/v20210515/models.rb', line 4184 def Ip @Ip end |
#LogId ⇒ Object
0: 未知, 1:通过, 2:失败/风险, 3:存疑0:否, 1:是
4184 4185 4186 |
# File 'lib/v20210515/models.rb', line 4184 def LogId @LogId end |
#MerchantId ⇒ Object
0: 未知, 1:通过, 2:失败/风险, 3:存疑0:否, 1:是
4184 4185 4186 |
# File 'lib/v20210515/models.rb', line 4184 def MerchantId @MerchantId end |
#MerchantName ⇒ Object
0: 未知, 1:通过, 2:失败/风险, 3:存疑0:否, 1:是
4184 4185 4186 |
# File 'lib/v20210515/models.rb', line 4184 def MerchantName @MerchantName end |
#Nickname ⇒ Object
0: 未知, 1:通过, 2:失败/风险, 3:存疑0:否, 1:是
4184 4185 4186 |
# File 'lib/v20210515/models.rb', line 4184 def Nickname @Nickname end |
#Openid ⇒ Object
0: 未知, 1:通过, 2:失败/风险, 3:存疑0:否, 1:是
4184 4185 4186 |
# File 'lib/v20210515/models.rb', line 4184 def Openid @Openid end |
#ProductId ⇒ Object
0: 未知, 1:通过, 2:失败/风险, 3:存疑0:否, 1:是
4184 4185 4186 |
# File 'lib/v20210515/models.rb', line 4184 def ProductId @ProductId end |
#ProductLogo ⇒ Object
0: 未知, 1:通过, 2:失败/风险, 3:存疑0:否, 1:是
4184 4185 4186 |
# File 'lib/v20210515/models.rb', line 4184 def ProductLogo @ProductLogo end |
#ProductName ⇒ Object
0: 未知, 1:通过, 2:失败/风险, 3:存疑0:否, 1:是
4184 4185 4186 |
# File 'lib/v20210515/models.rb', line 4184 def ProductName @ProductName end |
#Province ⇒ Object
0: 未知, 1:通过, 2:失败/风险, 3:存疑0:否, 1:是
4184 4185 4186 |
# File 'lib/v20210515/models.rb', line 4184 def Province @Province end |
#Status ⇒ Object
0: 未知, 1:通过, 2:失败/风险, 3:存疑0:否, 1:是
4184 4185 4186 |
# File 'lib/v20210515/models.rb', line 4184 def Status @Status end |
#Type ⇒ Object
0: 未知, 1:通过, 2:失败/风险, 3:存疑0:否, 1:是
4184 4185 4186 |
# File 'lib/v20210515/models.rb', line 4184 def Type @Type end |
#Unionid ⇒ Object
0: 未知, 1:通过, 2:失败/风险, 3:存疑0:否, 1:是
4184 4185 4186 |
# File 'lib/v20210515/models.rb', line 4184 def Unionid @Unionid end |
#Verify ⇒ Object
0: 未知, 1:通过, 2:失败/风险, 3:存疑0:否, 1:是
4184 4185 4186 |
# File 'lib/v20210515/models.rb', line 4184 def Verify @Verify end |
Instance Method Details
#deserialize(params) ⇒ Object
4211 4212 4213 4214 4215 4216 4217 4218 4219 4220 4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234 |
# File 'lib/v20210515/models.rb', line 4211 def deserialize(params) @LogId = params['LogId'] @Openid = params['Openid'] @Nickname = params['Nickname'] @CreateTime = params['CreateTime'] @Code = params['Code'] @CorpId = params['CorpId'] @MerchantId = params['MerchantId'] @ProductId = params['ProductId'] @Ip = params['Ip'] @Country = params['Country'] @Province = params['Province'] @City = params['City'] @District = params['District'] @Unionid = params['Unionid'] @First = params['First'] @BatchId = params['BatchId'] @Type = params['Type'] @MerchantName = params['MerchantName'] @ProductName = params['ProductName'] @ProductLogo = params['ProductLogo'] @Status = params['Status'] @Verify = params['Verify'] end |