Class: TencentCloud::Ocr::V20181119::QuotaInvoice
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ocr::V20181119::QuotaInvoice
- Defined in:
- lib/v20181119/models.rb
Overview
定额发票
Instance Attribute Summary collapse
- #City ⇒ Object
- #Code ⇒ Object
- #CompanySealMark ⇒ Object
- #Kind ⇒ Object
- #Number ⇒ Object
- #Province ⇒ Object
- #QRCodeMark ⇒ Object
- #Title ⇒ Object
- #Total ⇒ Object
- #TotalCn ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(title = nil, code = nil, number = nil, total = nil, totalcn = nil, kind = nil, province = nil, city = nil, qrcodemark = nil, companysealmark = nil) ⇒ QuotaInvoice
constructor
A new instance of QuotaInvoice.
Constructor Details
#initialize(title = nil, code = nil, number = nil, total = nil, totalcn = nil, kind = nil, province = nil, city = nil, qrcodemark = nil, companysealmark = nil) ⇒ QuotaInvoice
Returns a new instance of QuotaInvoice.
7377 7378 7379 7380 7381 7382 7383 7384 7385 7386 7387 7388 |
# File 'lib/v20181119/models.rb', line 7377 def initialize(title=nil, code=nil, number=nil, total=nil, totalcn=nil, kind=nil, province=nil, city=nil, qrcodemark=nil, companysealmark=nil) @Title = title @Code = code @Number = number @Total = total @TotalCn = totalcn @Kind = kind @Province = province @City = city @QRCodeMark = qrcodemark @CompanySealMark = companysealmark end |
Instance Attribute Details
#City ⇒ Object
7375 7376 7377 |
# File 'lib/v20181119/models.rb', line 7375 def City @City end |
#Code ⇒ Object
7375 7376 7377 |
# File 'lib/v20181119/models.rb', line 7375 def Code @Code end |
#CompanySealMark ⇒ Object
7375 7376 7377 |
# File 'lib/v20181119/models.rb', line 7375 def CompanySealMark @CompanySealMark end |
#Kind ⇒ Object
7375 7376 7377 |
# File 'lib/v20181119/models.rb', line 7375 def Kind @Kind end |
#Number ⇒ Object
7375 7376 7377 |
# File 'lib/v20181119/models.rb', line 7375 def Number @Number end |
#Province ⇒ Object
7375 7376 7377 |
# File 'lib/v20181119/models.rb', line 7375 def Province @Province end |
#QRCodeMark ⇒ Object
7375 7376 7377 |
# File 'lib/v20181119/models.rb', line 7375 def QRCodeMark @QRCodeMark end |
#Title ⇒ Object
7375 7376 7377 |
# File 'lib/v20181119/models.rb', line 7375 def Title @Title end |
#Total ⇒ Object
7375 7376 7377 |
# File 'lib/v20181119/models.rb', line 7375 def Total @Total end |
#TotalCn ⇒ Object
7375 7376 7377 |
# File 'lib/v20181119/models.rb', line 7375 def TotalCn @TotalCn end |
Instance Method Details
#deserialize(params) ⇒ Object
7390 7391 7392 7393 7394 7395 7396 7397 7398 7399 7400 7401 |
# File 'lib/v20181119/models.rb', line 7390 def deserialize(params) @Title = params['Title'] @Code = params['Code'] @Number = params['Number'] @Total = params['Total'] @TotalCn = params['TotalCn'] @Kind = params['Kind'] @Province = params['Province'] @City = params['City'] @QRCodeMark = params['QRCodeMark'] @CompanySealMark = params['CompanySealMark'] end |