Package io.swagger.client.model
Class CustomerAdditionalFareInfoReservationServiceApi
- java.lang.Object
-
- io.swagger.client.model.CustomerAdditionalFareInfoReservationServiceApi
-
public class CustomerAdditionalFareInfoReservationServiceApi extends Object
CustomerAdditionalFareInfoReservationServiceApi
-
-
Constructor Summary
Constructors Constructor Description CustomerAdditionalFareInfoReservationServiceApi()
-
Method Summary
-
-
-
Method Detail
-
transactionFeeEarned
public CustomerAdditionalFareInfoReservationServiceApi transactionFeeEarned(Integer transactionFeeEarned)
-
getTransactionFeeEarned
public Integer getTransactionFeeEarned()
Get transactionFeeEarned- Returns:
- transactionFeeEarned
-
setTransactionFeeEarned
public void setTransactionFeeEarned(Integer transactionFeeEarned)
-
tdsOnCommission
public CustomerAdditionalFareInfoReservationServiceApi tdsOnCommission(Double tdsOnCommission)
-
getTdsOnCommission
public Double getTdsOnCommission()
Get tdsOnCommission- Returns:
- tdsOnCommission
-
setTdsOnCommission
public void setTdsOnCommission(Double tdsOnCommission)
-
commissionEarned
public CustomerAdditionalFareInfoReservationServiceApi commissionEarned(Double commissionEarned)
-
getCommissionEarned
public Double getCommissionEarned()
Get commissionEarned- Returns:
- commissionEarned
-
setCommissionEarned
public void setCommissionEarned(Double commissionEarned)
-
markupEarned
public CustomerAdditionalFareInfoReservationServiceApi markupEarned(Integer markupEarned)
-
getMarkupEarned
public Integer getMarkupEarned()
Get markupEarned- Returns:
- markupEarned
-
setMarkupEarned
public void setMarkupEarned(Integer markupEarned)
-
discount
public CustomerAdditionalFareInfoReservationServiceApi discount(Integer discount)
-
getDiscount
public Integer getDiscount()
Get discount- Returns:
- discount
-
setDiscount
public void setDiscount(Integer discount)
-
vat
public CustomerAdditionalFareInfoReservationServiceApi vat(Integer vat)
-
getVat
public Integer getVat()
Get vat- Returns:
- vat
-
setVat
public void setVat(Integer vat)
-
cgst
public CustomerAdditionalFareInfoReservationServiceApi cgst(Integer cgst)
-
getCgst
public Integer getCgst()
Get cgst- Returns:
- cgst
-
setCgst
public void setCgst(Integer cgst)
-
sgst
public CustomerAdditionalFareInfoReservationServiceApi sgst(Integer sgst)
-
getSgst
public Integer getSgst()
Get sgst- Returns:
- sgst
-
setSgst
public void setSgst(Integer sgst)
-
igst
public CustomerAdditionalFareInfoReservationServiceApi igst(Integer igst)
-
getIgst
public Integer getIgst()
Get igst- Returns:
- igst
-
setIgst
public void setIgst(Integer igst)
-
additionalProperties
public CustomerAdditionalFareInfoReservationServiceApi additionalProperties(List<AdditionalProperty> additionalProperties)
-
addAdditionalPropertiesItem
public CustomerAdditionalFareInfoReservationServiceApi addAdditionalPropertiesItem(AdditionalProperty additionalPropertiesItem)
-
getAdditionalProperties
public List<AdditionalProperty> getAdditionalProperties()
Get additionalProperties- Returns:
- additionalProperties
-
setAdditionalProperties
public void setAdditionalProperties(List<AdditionalProperty> additionalProperties)
-
-