Class PriceToEstimateFees


  • public class PriceToEstimateFees
    extends java.lang.Object
    Price information for an item, used to estimate fees.
    • Constructor Detail

      • PriceToEstimateFees

        public PriceToEstimateFees()
    • Method Detail

      • getListingPrice

        public MoneyType getListingPrice()
        Get listingPrice
        Returns:
        listingPrice
      • setListingPrice

        public void setListingPrice​(MoneyType listingPrice)
      • getShipping

        public MoneyType getShipping()
        Get shipping
        Returns:
        shipping
      • setShipping

        public void setShipping​(MoneyType shipping)
      • getPoints

        public Points getPoints()
        Get points
        Returns:
        points
      • setPoints

        public void setPoints​(Points points)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object