java.lang.Object
de.hybris.platform.coreairlinewebservicescommons.dto.search.response.TaxPriceInfo
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TaxFlightPriceInfo, TaxPassengerPriceInfo

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

    • TaxPriceInfo

      public TaxPriceInfo()
  • Method Details

    • setTaxCode

      public void setTaxCode(String taxCode)
    • getTaxCode

      public String getTaxCode()
    • setAmount

      public void setAmount(Price amount)
    • getAmount

      public Price getAmount()