tencentcloud-sdk-ocr 3.0.872 → 3.0.874

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: fbc07723dcb629638ec90ef20404533bbccd9e47
4
- data.tar.gz: 04c2621c236d5dc17a3c39cf79547db74a65b49e
3
+ metadata.gz: cebdf23ea28f50aa608991c49aaf6e6496b8ea72
4
+ data.tar.gz: 9762e07e3b280b31a686ec511a66dd8cdbce443b
5
5
  SHA512:
6
- metadata.gz: 4446e567a6bcccf710bbe49c56328feb5829d9bab77b27cfddc76542429f6b341d69bb27712c354a411ba881597eed59e98cc8327d228d70349eedf3e5c3e5fa
7
- data.tar.gz: b8d7192c55bfb305f167bef6bc64d0d0146e3f9dff0e7e43b14ac2a671d964222b4e0b6db61400a165e5f27267bb45ecf71caac26ea72cfa3246729239e3fac5
6
+ metadata.gz: 90265e2e21843937fe66afb610009ea6dac94d42bd1084e35d5916f564624251d0c41f3c194888a094b6920a2e72eaa2397dab7985201fc6e2a51497d64e5480
7
+ data.tar.gz: a1d601d72f8b49c69e1e9639c2541f83f74278dc20e8c2550216da588a1ef2462355bbf4c20e9d1b8a4025e1c6748d024dc06d993b926bb40afbf6ba483e6966
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.872
1
+ 3.0.874
@@ -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.872
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-24 00:00:00.000000000 Z
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