Class: TencentCloud::Ocr::V20181119::ShippingInvoice
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ocr::V20181119::ShippingInvoice
- Defined in:
- lib/v20181119/models.rb
Overview
轮船票
Instance Attribute Summary collapse
- #City ⇒ Object
- #Code ⇒ Object
- #CurrencyCode ⇒ Object
- #Date ⇒ Object
- #Kind ⇒ Object
- #Number ⇒ Object
- #Province ⇒ Object
- #QRCodeMark ⇒ Object
- #StationGetOff ⇒ Object
- #StationGetOn ⇒ Object
- #Time ⇒ Object
- #Title ⇒ Object
- #Total ⇒ Object
- #UserName ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(title = nil, qrcodemark = nil, code = nil, number = nil, username = nil, date = nil, time = nil, stationgeton = nil, stationgetoff = nil, total = nil, kind = nil, province = nil, city = nil, currencycode = nil) ⇒ ShippingInvoice
constructor
A new instance of ShippingInvoice.
Constructor Details
#initialize(title = nil, qrcodemark = nil, code = nil, number = nil, username = nil, date = nil, time = nil, stationgeton = nil, stationgetoff = nil, total = nil, kind = nil, province = nil, city = nil, currencycode = nil) ⇒ ShippingInvoice
Returns a new instance of ShippingInvoice.
10455 10456 10457 10458 10459 10460 10461 10462 10463 10464 10465 10466 10467 10468 10469 10470 |
# File 'lib/v20181119/models.rb', line 10455 def initialize(title=nil, qrcodemark=nil, code=nil, number=nil, username=nil, date=nil, time=nil, stationgeton=nil, stationgetoff=nil, total=nil, kind=nil, province=nil, city=nil, currencycode=nil) @Title = title @QRCodeMark = qrcodemark @Code = code @Number = number @UserName = username @Date = date @Time = time @StationGetOn = stationgeton @StationGetOff = stationgetoff @Total = total @Kind = kind @Province = province @City = city @CurrencyCode = currencycode end |
Instance Attribute Details
#City ⇒ Object
10453 10454 10455 |
# File 'lib/v20181119/models.rb', line 10453 def City @City end |
#Code ⇒ Object
10453 10454 10455 |
# File 'lib/v20181119/models.rb', line 10453 def Code @Code end |
#CurrencyCode ⇒ Object
10453 10454 10455 |
# File 'lib/v20181119/models.rb', line 10453 def CurrencyCode @CurrencyCode end |
#Date ⇒ Object
10453 10454 10455 |
# File 'lib/v20181119/models.rb', line 10453 def Date @Date end |
#Kind ⇒ Object
10453 10454 10455 |
# File 'lib/v20181119/models.rb', line 10453 def Kind @Kind end |
#Number ⇒ Object
10453 10454 10455 |
# File 'lib/v20181119/models.rb', line 10453 def Number @Number end |
#Province ⇒ Object
10453 10454 10455 |
# File 'lib/v20181119/models.rb', line 10453 def Province @Province end |
#QRCodeMark ⇒ Object
10453 10454 10455 |
# File 'lib/v20181119/models.rb', line 10453 def QRCodeMark @QRCodeMark end |
#StationGetOff ⇒ Object
10453 10454 10455 |
# File 'lib/v20181119/models.rb', line 10453 def StationGetOff @StationGetOff end |
#StationGetOn ⇒ Object
10453 10454 10455 |
# File 'lib/v20181119/models.rb', line 10453 def StationGetOn @StationGetOn end |
#Time ⇒ Object
10453 10454 10455 |
# File 'lib/v20181119/models.rb', line 10453 def Time @Time end |
#Title ⇒ Object
10453 10454 10455 |
# File 'lib/v20181119/models.rb', line 10453 def Title @Title end |
#Total ⇒ Object
10453 10454 10455 |
# File 'lib/v20181119/models.rb', line 10453 def Total @Total end |
#UserName ⇒ Object
10453 10454 10455 |
# File 'lib/v20181119/models.rb', line 10453 def UserName @UserName end |
Instance Method Details
#deserialize(params) ⇒ Object
10472 10473 10474 10475 10476 10477 10478 10479 10480 10481 10482 10483 10484 10485 10486 10487 |
# File 'lib/v20181119/models.rb', line 10472 def deserialize(params) @Title = params['Title'] @QRCodeMark = params['QRCodeMark'] @Code = params['Code'] @Number = params['Number'] @UserName = params['UserName'] @Date = params['Date'] @Time = params['Time'] @StationGetOn = params['StationGetOn'] @StationGetOff = params['StationGetOff'] @Total = params['Total'] @Kind = params['Kind'] @Province = params['Province'] @City = params['City'] @CurrencyCode = params['CurrencyCode'] end |