Package io.swagger.client.model
Class VehicleChargeReservationServiceApi
- java.lang.Object
-
- io.swagger.client.model.VehicleChargeReservationServiceApi
-
public class VehicleChargeReservationServiceApi extends Object
VehicleChargeReservationServiceApi
-
-
Constructor Summary
Constructors Constructor Description VehicleChargeReservationServiceApi()
-
Method Summary
-
-
-
Method Detail
-
amount
public VehicleChargeReservationServiceApi amount(Double amount)
-
getAmount
public Double getAmount()
Get amount- Returns:
- amount
-
setAmount
public void setAmount(Double amount)
-
oldFare
public VehicleChargeReservationServiceApi oldFare(Double oldFare)
-
getOldFare
public Double getOldFare()
Get oldFare- Returns:
- oldFare
-
setOldFare
public void setOldFare(Double oldFare)
-
currencyCode
public VehicleChargeReservationServiceApi currencyCode(String currencyCode)
-
getCurrencyCode
public String getCurrencyCode()
Get currencyCode- Returns:
- currencyCode
-
setCurrencyCode
public void setCurrencyCode(String currencyCode)
-
taxInclusive
public VehicleChargeReservationServiceApi taxInclusive(Boolean taxInclusive)
-
isTaxInclusive
public Boolean isTaxInclusive()
Get taxInclusive- Returns:
- taxInclusive
-
setTaxInclusive
public void setTaxInclusive(Boolean taxInclusive)
-
unitCharge
public VehicleChargeReservationServiceApi unitCharge(Double unitCharge)
-
getUnitCharge
public Double getUnitCharge()
Get unitCharge- Returns:
- unitCharge
-
setUnitCharge
public void setUnitCharge(Double unitCharge)
-
childUnitCharge
public VehicleChargeReservationServiceApi childUnitCharge(Double childUnitCharge)
-
getChildUnitCharge
public Double getChildUnitCharge()
Get childUnitCharge- Returns:
- childUnitCharge
-
setChildUnitCharge
public void setChildUnitCharge(Double childUnitCharge)
-
unitName
public VehicleChargeReservationServiceApi unitName(String unitName)
-
getUnitName
public String getUnitName()
Get unitName- Returns:
- unitName
-
setUnitName
public void setUnitName(String unitName)
-
quantity
public VehicleChargeReservationServiceApi quantity(Integer quantity)
-
getQuantity
public Integer getQuantity()
Get quantity- Returns:
- quantity
-
setQuantity
public void setQuantity(Integer quantity)
-
-