java.lang.Object
de.hybris.platform.coreairlinewebservicescommons.dto.fare.PassengerFare
All Implemented Interfaces:
Serializable

public class PassengerFare extends Object implements Serializable
See Also:
  • Constructor Details

    • PassengerFare

      public PassengerFare()
  • Method Details

    • setBaseFare

      public void setBaseFare(Price baseFare)
    • getBaseFare

      public Price getBaseFare()
    • setDiscounts

      public void setDiscounts(List<Discount> discounts)
    • getDiscounts

      public List<Discount> getDiscounts()
    • setFees

      public void setFees(List<Fee> fees)
    • getFees

      public List<Fee> getFees()
    • setPerPax

      public void setPerPax(Price perPax)
    • getPerPax

      public Price getPerPax()
    • setTaxes

      public void setTaxes(List<Tax> taxes)
    • getTaxes

      public List<Tax> getTaxes()
    • setTotalFare

      public void setTotalFare(Price totalFare)
    • getTotalFare

      public Price getTotalFare()
    • setWasRate

      public void setWasRate(Price wasRate)
    • getWasRate

      public Price getWasRate()