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 预约叫车服务费
|
String |
getCity()
Get 市
|
String |
getCode()
Get 发票代码
|
Long |
getCompanySealMark()
Get 是否有公司印章(0:没有,1:有)
|
String |
getDate()
Get 开票日期
|
String |
getFuelFee()
Get 燃油附加费
|
String |
getKind()
Get 发票消费类型
|
String |
getLicensePlate()
Get 车牌号
|
String |
getMileage()
Get 里程
|
String |
getNumber()
Get 发票号码
|
String |
getPlace()
Get 发票所在地
|
String |
getPrice()
Get 单价
|
String |
getProvince()
Get 省
|
Long |
getQRCodeMark()
Get 是否存在二维码(1:有,0:无)
|
String |
getTimeGetOff()
Get 下车时间
|
String |
getTimeGetOn()
Get 上车时间
|
String |
getTitle()
Get 发票名称
|
String |
getTotal()
Get 总金额
|
void |
setBookingCallFee(String BookingCallFee)
Set 预约叫车服务费
|
void |
setCity(String City)
Set 市
|
void |
setCode(String Code)
Set 发票代码
|
void |
setCompanySealMark(Long CompanySealMark)
Set 是否有公司印章(0:没有,1:有)
|
void |
setDate(String Date)
Set 开票日期
|
void |
setFuelFee(String FuelFee)
Set 燃油附加费
|
void |
setKind(String Kind)
Set 发票消费类型
|
void |
setLicensePlate(String LicensePlate)
Set 车牌号
|
void |
setMileage(String Mileage)
Set 里程
|
void |
setNumber(String Number)
Set 发票号码
|
void |
setPlace(String Place)
Set 发票所在地
|
void |
setPrice(String Price)
Set 单价
|
void |
setProvince(String Province)
Set 省
|
void |
setQRCodeMark(Long QRCodeMark)
Set 是否存在二维码(1:有,0:无)
|
void |
setTimeGetOff(String TimeGetOff)
Set 下车时间
|
void |
setTimeGetOn(String TimeGetOn)
Set 上车时间
|
void |
setTitle(String Title)
Set 发票名称
|
void |
setTotal(String Total)
Set 总金额
|
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, toJsonString
public TaxiTicket()
public TaxiTicket(TaxiTicket source)
public String getTitle()
public void setTitle(String Title)
Title
- 发票名称public Long getQRCodeMark()
public void setQRCodeMark(Long QRCodeMark)
QRCodeMark
- 是否存在二维码(1:有,0:无)public String getCode()
public void setCode(String Code)
Code
- 发票代码public String getNumber()
public void setNumber(String Number)
Number
- 发票号码public String getDate()
public void setDate(String Date)
Date
- 开票日期public String getTimeGetOn()
public void setTimeGetOn(String TimeGetOn)
TimeGetOn
- 上车时间public String getTimeGetOff()
public void setTimeGetOff(String TimeGetOff)
TimeGetOff
- 下车时间public String getPrice()
public void setPrice(String Price)
Price
- 单价public String getMileage()
public void setMileage(String Mileage)
Mileage
- 里程public String getTotal()
public void setTotal(String Total)
Total
- 总金额public String getPlace()
public void setPlace(String Place)
Place
- 发票所在地public String getProvince()
public void setProvince(String Province)
Province
- 省public String getCity()
public void setCity(String City)
City
- 市public String getKind()
public void setKind(String Kind)
Kind
- 发票消费类型public String getLicensePlate()
public void setLicensePlate(String LicensePlate)
LicensePlate
- 车牌号public String getFuelFee()
public void setFuelFee(String FuelFee)
FuelFee
- 燃油附加费public String getBookingCallFee()
public void setBookingCallFee(String BookingCallFee)
BookingCallFee
- 预约叫车服务费public Long getCompanySealMark()
public void setCompanySealMark(Long CompanySealMark)
CompanySealMark
- 是否有公司印章(0:没有,1:有)Copyright © 2024. All rights reserved.