class TencentCloud::Ocr::V20181119::TaxiTicket

出租车发票

def deserialize(params)

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

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)

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