Class: TencentCloud::Ocr::V20181119::TaxiTicket
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ocr::V20181119::TaxiTicket
- Defined in:
- lib/v20181119/models.rb
Overview
出租车发票
Instance Attribute Summary collapse
- #BookingCallFee ⇒ Object
- #City ⇒ Object
- #Code ⇒ Object
- #CompanySealMark ⇒ Object
- #Date ⇒ Object
- #FuelFee ⇒ Object
- #Kind ⇒ Object
- #LicensePlate ⇒ Object
- #Mileage ⇒ Object
- #Number ⇒ Object
- #Place ⇒ Object
- #Price ⇒ Object
- #Province ⇒ Object
- #QRCodeMark ⇒ Object
- #TimeGetOff ⇒ Object
- #TimeGetOn ⇒ Object
- #Title ⇒ Object
- #Total ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(title = nil, qrcodemark = nil, code = nil, number = nil, date = nil, timegeton = nil, timegetoff = nil, price = nil, mileage = nil, total = nil, place = nil, province = nil, city = nil, kind = nil, licenseplate = nil, fuelfee = nil, bookingcallfee = nil, companysealmark = nil) ⇒ TaxiTicket
constructor
A new instance of TaxiTicket.
Constructor Details
#initialize(title = nil, qrcodemark = nil, code = nil, number = nil, date = nil, timegeton = nil, timegetoff = nil, price = nil, mileage = nil, total = nil, place = nil, province = nil, city = nil, kind = nil, licenseplate = nil, fuelfee = nil, bookingcallfee = nil, companysealmark = nil) ⇒ TaxiTicket
Returns a new instance of TaxiTicket.
11517 11518 11519 11520 11521 11522 11523 11524 11525 11526 11527 11528 11529 11530 11531 11532 11533 11534 11535 11536 |
# File 'lib/v20181119/models.rb', line 11517 def initialize(title=nil, qrcodemark=nil, code=nil, number=nil, date=nil, timegeton=nil, timegetoff=nil, price=nil, mileage=nil, total=nil, place=nil, province=nil, city=nil, kind=nil, licenseplate=nil, fuelfee=nil, bookingcallfee=nil, companysealmark=nil) @Title = title @QRCodeMark = qrcodemark @Code = code @Number = number @Date = date @TimeGetOn = timegeton @TimeGetOff = timegetoff @Price = price @Mileage = mileage @Total = total @Place = place @Province = province @City = city @Kind = kind @LicensePlate = licenseplate @FuelFee = fuelfee @BookingCallFee = bookingcallfee @CompanySealMark = companysealmark end |
Instance Attribute Details
#BookingCallFee ⇒ Object
11515 11516 11517 |
# File 'lib/v20181119/models.rb', line 11515 def BookingCallFee @BookingCallFee end |
#City ⇒ Object
11515 11516 11517 |
# File 'lib/v20181119/models.rb', line 11515 def City @City end |
#Code ⇒ Object
11515 11516 11517 |
# File 'lib/v20181119/models.rb', line 11515 def Code @Code end |
#CompanySealMark ⇒ Object
11515 11516 11517 |
# File 'lib/v20181119/models.rb', line 11515 def CompanySealMark @CompanySealMark end |
#Date ⇒ Object
11515 11516 11517 |
# File 'lib/v20181119/models.rb', line 11515 def Date @Date end |
#FuelFee ⇒ Object
11515 11516 11517 |
# File 'lib/v20181119/models.rb', line 11515 def FuelFee @FuelFee end |
#Kind ⇒ Object
11515 11516 11517 |
# File 'lib/v20181119/models.rb', line 11515 def Kind @Kind end |
#LicensePlate ⇒ Object
11515 11516 11517 |
# File 'lib/v20181119/models.rb', line 11515 def LicensePlate @LicensePlate end |
#Mileage ⇒ Object
11515 11516 11517 |
# File 'lib/v20181119/models.rb', line 11515 def Mileage @Mileage end |
#Number ⇒ Object
11515 11516 11517 |
# File 'lib/v20181119/models.rb', line 11515 def Number @Number end |
#Place ⇒ Object
11515 11516 11517 |
# File 'lib/v20181119/models.rb', line 11515 def Place @Place end |
#Price ⇒ Object
11515 11516 11517 |
# File 'lib/v20181119/models.rb', line 11515 def Price @Price end |
#Province ⇒ Object
11515 11516 11517 |
# File 'lib/v20181119/models.rb', line 11515 def Province @Province end |
#QRCodeMark ⇒ Object
11515 11516 11517 |
# File 'lib/v20181119/models.rb', line 11515 def QRCodeMark @QRCodeMark end |
#TimeGetOff ⇒ Object
11515 11516 11517 |
# File 'lib/v20181119/models.rb', line 11515 def TimeGetOff @TimeGetOff end |
#TimeGetOn ⇒ Object
11515 11516 11517 |
# File 'lib/v20181119/models.rb', line 11515 def TimeGetOn @TimeGetOn end |
#Title ⇒ Object
11515 11516 11517 |
# File 'lib/v20181119/models.rb', line 11515 def Title @Title end |
#Total ⇒ Object
11515 11516 11517 |
# File 'lib/v20181119/models.rb', line 11515 def Total @Total end |
Instance Method Details
#deserialize(params) ⇒ Object
11538 11539 11540 11541 11542 11543 11544 11545 11546 11547 11548 11549 11550 11551 11552 11553 11554 11555 11556 11557 |
# File 'lib/v20181119/models.rb', line 11538 def deserialize(params) @Title = params['Title'] @QRCodeMark = params['QRCodeMark'] @Code = params['Code'] @Number = params['Number'] @Date = params['Date'] @TimeGetOn = params['TimeGetOn'] @TimeGetOff = params['TimeGetOff'] @Price = params['Price'] @Mileage = params['Mileage'] @Total = params['Total'] @Place = params['Place'] @Province = params['Province'] @City = params['City'] @Kind = params['Kind'] @LicensePlate = params['LicensePlate'] @FuelFee = params['FuelFee'] @BookingCallFee = params['BookingCallFee'] @CompanySealMark = params['CompanySealMark'] end |