public class TaxiTicket extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
TaxiTicket()  | 
TaxiTicket(TaxiTicket source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getBookingCallFee()
Get Booking fee 
 | 
String | 
getCity()
Get City 
 | 
String | 
getCode()
Get Invoice code 
 | 
Long | 
getCompanySealMark()
Get Whether there is a company seal (0: No, 1: Yes) 
 | 
String | 
getDate()
Get Date of issue 
 | 
String | 
getFuelFee()
Get Fuel surcharge 
 | 
String | 
getKind()
Get Invoice type 
 | 
String | 
getLicensePlate()
Get License plate number 
 | 
String | 
getMileage()
Get Distance 
 | 
String | 
getNumber()
Get Invoice number 
 | 
String | 
getPlace()
Get Invoice place 
 | 
String | 
getPrice()
Get Unit price 
 | 
String | 
getProvince()
Get Province 
 | 
Long | 
getQRCodeMark()
Get Whether there is a QR code (0: No, 1: Yes) 
 | 
String | 
getTimeGetOff()
Get End time 
 | 
String | 
getTimeGetOn()
Get Start time 
 | 
String | 
getTitle()
Get Invoice title 
 | 
String | 
getTotal()
Get Total amount 
 | 
void | 
setBookingCallFee(String BookingCallFee)
Set Booking fee 
 | 
void | 
setCity(String City)
Set City 
 | 
void | 
setCode(String Code)
Set Invoice code 
 | 
void | 
setCompanySealMark(Long CompanySealMark)
Set Whether there is a company seal (0: No, 1: Yes) 
 | 
void | 
setDate(String Date)
Set Date of issue 
 | 
void | 
setFuelFee(String FuelFee)
Set Fuel surcharge 
 | 
void | 
setKind(String Kind)
Set Invoice type 
 | 
void | 
setLicensePlate(String LicensePlate)
Set License plate number 
 | 
void | 
setMileage(String Mileage)
Set Distance 
 | 
void | 
setNumber(String Number)
Set Invoice number 
 | 
void | 
setPlace(String Place)
Set Invoice place 
 | 
void | 
setPrice(String Price)
Set Unit price 
 | 
void | 
setProvince(String Province)
Set Province 
 | 
void | 
setQRCodeMark(Long QRCodeMark)
Set Whether there is a QR code (0: No, 1: Yes) 
 | 
void | 
setTimeGetOff(String TimeGetOff)
Set End time 
 | 
void | 
setTimeGetOn(String TimeGetOn)
Set Start time 
 | 
void | 
setTitle(String Title)
Set Invoice title 
 | 
void | 
setTotal(String Total)
Set Total amount 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic TaxiTicket()
public TaxiTicket(TaxiTicket source)
public String getTitle()
public void setTitle(String Title)
Title - Invoice titlepublic Long getQRCodeMark()
public void setQRCodeMark(Long QRCodeMark)
QRCodeMark - Whether there is a QR code (0: No, 1: Yes)public String getCode()
public void setCode(String Code)
Code - Invoice codepublic String getNumber()
public void setNumber(String Number)
Number - Invoice numberpublic String getDate()
public void setDate(String Date)
Date - Date of issuepublic String getTimeGetOn()
public void setTimeGetOn(String TimeGetOn)
TimeGetOn - Start timepublic String getTimeGetOff()
public void setTimeGetOff(String TimeGetOff)
TimeGetOff - End timepublic String getPrice()
public void setPrice(String Price)
Price - Unit pricepublic String getMileage()
public void setMileage(String Mileage)
Mileage - Distancepublic String getTotal()
public void setTotal(String Total)
Total - Total amountpublic String getPlace()
public void setPlace(String Place)
Place - Invoice placepublic String getProvince()
public void setProvince(String Province)
Province - Provincepublic String getCity()
public void setCity(String City)
City - Citypublic String getKind()
public void setKind(String Kind)
Kind - Invoice typepublic String getLicensePlate()
public void setLicensePlate(String LicensePlate)
LicensePlate - License plate numberpublic String getFuelFee()
public void setFuelFee(String FuelFee)
FuelFee - Fuel surchargepublic String getBookingCallFee()
public void setBookingCallFee(String BookingCallFee)
BookingCallFee - Booking feepublic Long getCompanySealMark()
public void setCompanySealMark(Long CompanySealMark)
CompanySealMark - Whether there is a company seal (0: No, 1: Yes)Copyright © 2025. All rights reserved.