Class ReferencePrice


  • public class ReferencePrice
    extends java.lang.Object
    The reference price for the specified ASIN `marketplaceId` combination.
    • Constructor Detail

      • ReferencePrice

        public ReferencePrice()
    • Method Detail

      • getName

        public java.lang.String getName()
        The name of the reference price, such as `CompetitivePriceThreshold` and `WasPrice`. For reference price definitions, refer to the [Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
        Returns:
        name
      • setName

        public void setName​(java.lang.String name)
      • getPrice

        public MoneyType getPrice()
        Get price
        Returns:
        price
      • setPrice

        public void setPrice​(MoneyType price)
      • 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