java.lang.Object
de.hybris.platform.prosservices.pros.intellipricer.Passenger

public class Passenger extends Object
  • Constructor Details

    • Passenger

      public Passenger()
  • Method Details

    • getId

      public Integer getId()
      (Required)
    • setId

      public void setId(Integer id)
      (Required)
    • getFBC

      public String getFBC()
    • setFBC

      public void setFBC(String fBC)
    • getBasePrice

      public Double 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

      public void setBasePrice(Double basePrice)
      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

      public String getCurrency()
      ISO currency code, e.g. USD
    • setCurrency

      public void setCurrency(String currency)
      ISO currency code, e.g. USD