Class Passenger
java.lang.Object
de.hybris.platform.prosservices.pros.intellipricer.Passenger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionBase Price for the specified FBC and passengers.ISO currency code, e.g.getFBC()getId()(Required)voidsetBasePrice(Double basePrice) Base Price for the specified FBC and passengers.voidsetCurrency(String currency) ISO currency code, e.g.voidvoid(Required)
-
Constructor Details
-
Passenger
public Passenger()
-
-
Method Details
-
getId
(Required) -
setId
(Required) -
getFBC
-
setFBC
-
getBasePrice
Base Price for the specified FBC and passengers. BasePrice must hold the amount in fare filing currency. Any surcharges, discounts, fare calculation checks are ignored and BasePrice amoutn should be inclusive of such. -
setBasePrice
Base Price for the specified FBC and passengers. BasePrice must hold the amount in fare filing currency. Any surcharges, discounts, fare calculation checks are ignored and BasePrice amoutn should be inclusive of such. -
getCurrency
ISO currency code, e.g. USD -
setCurrency
ISO currency code, e.g. USD
-