tencentcloud-sdk-ocr 3.0.873 → 3.0.874
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/v20181119/models.rb +6 -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: cebdf23ea28f50aa608991c49aaf6e6496b8ea72
|
|
4
|
+
data.tar.gz: 9762e07e3b280b31a686ec511a66dd8cdbce443b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 90265e2e21843937fe66afb610009ea6dac94d42bd1084e35d5916f564624251d0c41f3c194888a094b6920a2e72eaa2397dab7985201fc6e2a51497d64e5480
|
|
7
|
+
data.tar.gz: a1d601d72f8b49c69e1e9639c2541f83f74278dc20e8c2550216da588a1ef2462355bbf4c20e9d1b8a4025e1c6748d024dc06d993b926bb40afbf6ba483e6966
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.874
|
data/lib/v20181119/models.rb
CHANGED
|
@@ -13497,12 +13497,14 @@ module TencentCloud
|
|
|
13497
13497
|
# @type AirTicketInfo: :class:`Tencentcloud::Ocr.v20181119.models.AirTicketInfo`
|
|
13498
13498
|
# @param RailwayTicketInfo: 铁路电子客票
|
|
13499
13499
|
# @type RailwayTicketInfo: :class:`Tencentcloud::Ocr.v20181119.models.RailwayTicketInfo`
|
|
13500
|
+
# @param InvoiceTitle: 发票标题
|
|
13501
|
+
# @type InvoiceTitle: String
|
|
13500
13502
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
13501
13503
|
# @type RequestId: String
|
|
13502
13504
|
|
|
13503
|
-
attr_accessor :Type, :InvoiceCode, :InvoiceNumber, :IssueDate, :InvoiceCheckCode, :MachineNumber, :TaxControlCode, :Buyer, :Seller, :TaxInclusiveTotalAmount, :InvoiceClerk, :Payee, :Checker, :TaxTotalAmount, :TaxExclusiveTotalAmount, :Note, :GoodsInfos, :AirTicketInfo, :RailwayTicketInfo, :RequestId
|
|
13505
|
+
attr_accessor :Type, :InvoiceCode, :InvoiceNumber, :IssueDate, :InvoiceCheckCode, :MachineNumber, :TaxControlCode, :Buyer, :Seller, :TaxInclusiveTotalAmount, :InvoiceClerk, :Payee, :Checker, :TaxTotalAmount, :TaxExclusiveTotalAmount, :Note, :GoodsInfos, :AirTicketInfo, :RailwayTicketInfo, :InvoiceTitle, :RequestId
|
|
13504
13506
|
|
|
13505
|
-
def initialize(type=nil, invoicecode=nil, invoicenumber=nil, issuedate=nil, invoicecheckcode=nil, machinenumber=nil, taxcontrolcode=nil, buyer=nil, seller=nil, taxinclusivetotalamount=nil, invoiceclerk=nil, payee=nil, checker=nil, taxtotalamount=nil, taxexclusivetotalamount=nil, note=nil, goodsinfos=nil, airticketinfo=nil, railwayticketinfo=nil, requestid=nil)
|
|
13507
|
+
def initialize(type=nil, invoicecode=nil, invoicenumber=nil, issuedate=nil, invoicecheckcode=nil, machinenumber=nil, taxcontrolcode=nil, buyer=nil, seller=nil, taxinclusivetotalamount=nil, invoiceclerk=nil, payee=nil, checker=nil, taxtotalamount=nil, taxexclusivetotalamount=nil, note=nil, goodsinfos=nil, airticketinfo=nil, railwayticketinfo=nil, invoicetitle=nil, requestid=nil)
|
|
13506
13508
|
@Type = type
|
|
13507
13509
|
@InvoiceCode = invoicecode
|
|
13508
13510
|
@InvoiceNumber = invoicenumber
|
|
@@ -13522,6 +13524,7 @@ module TencentCloud
|
|
|
13522
13524
|
@GoodsInfos = goodsinfos
|
|
13523
13525
|
@AirTicketInfo = airticketinfo
|
|
13524
13526
|
@RailwayTicketInfo = railwayticketinfo
|
|
13527
|
+
@InvoiceTitle = invoicetitle
|
|
13525
13528
|
@RequestId = requestid
|
|
13526
13529
|
end
|
|
13527
13530
|
|
|
@@ -13564,6 +13567,7 @@ module TencentCloud
|
|
|
13564
13567
|
@RailwayTicketInfo = RailwayTicketInfo.new
|
|
13565
13568
|
@RailwayTicketInfo.deserialize(params['RailwayTicketInfo'])
|
|
13566
13569
|
end
|
|
13570
|
+
@InvoiceTitle = params['InvoiceTitle']
|
|
13567
13571
|
@RequestId = params['RequestId']
|
|
13568
13572
|
end
|
|
13569
13573
|
end
|
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: 3.0.
|
|
4
|
+
version: 3.0.874
|
|
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-07-
|
|
11
|
+
date: 2024-07-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|