tencentcloud-sdk-ocr 1.0.357 → 1.0.358
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20181119/models.rb +10 -2
- 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: ec3ca75383f3fdf6dc8de2ad4237fd185cc90b3d
|
4
|
+
data.tar.gz: bfb6c9df026b3411403c6a76e2e466f64768bc79
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 58c9a1e46b898c030113f99bcff188675b49617bbf366d25dc489c1ebc7f783be77c1a9bffd52e380cbd46332e9ebaf4edfbaa6c6ce291271f13a9933d8b5c63
|
7
|
+
data.tar.gz: f1359c80cce16a05023a919fe0110a9709ebb404f42d9fa8947175eb942f3c222e17c6d82b8f8303a59ca6131b1bf4cd42abd89e059937f9d73276ade4fd557f
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.358
|
data/lib/v20181119/models.rb
CHANGED
@@ -7514,10 +7514,14 @@ module TencentCloud
|
|
7514
7514
|
# @type MotorBankName: String
|
7515
7515
|
# @param MotorBankAccount: 账号
|
7516
7516
|
# @type MotorBankAccount: String
|
7517
|
+
# @param SellerAddress: 销售地址
|
7518
|
+
# @type SellerAddress: String
|
7519
|
+
# @param SellerTel: 销售电话
|
7520
|
+
# @type SellerTel: String
|
7517
7521
|
|
7518
|
-
attr_accessor :CarType, :PlateModel, :ProduceAddress, :CertificateNo, :ImportNo, :VinNo, :PayTaxesNo, :Tonnage, :LimitCount, :EngineNo, :BizCheckFormNo, :TaxtationOrgCode, :TaxtationOrgName, :MotorTaxRate, :MotorBankName, :MotorBankAccount
|
7522
|
+
attr_accessor :CarType, :PlateModel, :ProduceAddress, :CertificateNo, :ImportNo, :VinNo, :PayTaxesNo, :Tonnage, :LimitCount, :EngineNo, :BizCheckFormNo, :TaxtationOrgCode, :TaxtationOrgName, :MotorTaxRate, :MotorBankName, :MotorBankAccount, :SellerAddress, :SellerTel
|
7519
7523
|
|
7520
|
-
def initialize(cartype=nil, platemodel=nil, produceaddress=nil, certificateno=nil, importno=nil, vinno=nil, paytaxesno=nil, tonnage=nil, limitcount=nil, engineno=nil, bizcheckformno=nil, taxtationorgcode=nil, taxtationorgname=nil, motortaxrate=nil, motorbankname=nil, motorbankaccount=nil)
|
7524
|
+
def initialize(cartype=nil, platemodel=nil, produceaddress=nil, certificateno=nil, importno=nil, vinno=nil, paytaxesno=nil, tonnage=nil, limitcount=nil, engineno=nil, bizcheckformno=nil, taxtationorgcode=nil, taxtationorgname=nil, motortaxrate=nil, motorbankname=nil, motorbankaccount=nil, selleraddress=nil, sellertel=nil)
|
7521
7525
|
@CarType = cartype
|
7522
7526
|
@PlateModel = platemodel
|
7523
7527
|
@ProduceAddress = produceaddress
|
@@ -7534,6 +7538,8 @@ module TencentCloud
|
|
7534
7538
|
@MotorTaxRate = motortaxrate
|
7535
7539
|
@MotorBankName = motorbankname
|
7536
7540
|
@MotorBankAccount = motorbankaccount
|
7541
|
+
@SellerAddress = selleraddress
|
7542
|
+
@SellerTel = sellertel
|
7537
7543
|
end
|
7538
7544
|
|
7539
7545
|
def deserialize(params)
|
@@ -7553,6 +7559,8 @@ module TencentCloud
|
|
7553
7559
|
@MotorTaxRate = params['MotorTaxRate']
|
7554
7560
|
@MotorBankName = params['MotorBankName']
|
7555
7561
|
@MotorBankAccount = params['MotorBankAccount']
|
7562
|
+
@SellerAddress = params['SellerAddress']
|
7563
|
+
@SellerTel = params['SellerTel']
|
7556
7564
|
end
|
7557
7565
|
end
|
7558
7566
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-ocr
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.358
|
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-
|
11
|
+
date: 2022-07-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|