Class SegmentRepricingInfo

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

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

    • SegmentRepricingInfo

      public SegmentRepricingInfo()
  • Method Details

    • setFlights

      public void setFlights(List<String> flights)
    • getFlights

      public List<String> getFlights()
    • setBasePrice

      public void setBasePrice(Price basePrice)
    • getBasePrice

      public Price getBasePrice()
    • setTotalTaxes

      public void setTotalTaxes(Price totalTaxes)
    • getTotalTaxes

      public Price getTotalTaxes()