class TencentCloud::Ocr::V20181119::TaxiTicket

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