Class OverridePriceRequest

    • Constructor Detail

      • OverridePriceRequest

        public OverridePriceRequest()
    • Method Detail

      • getOverridePrice

        public javax.money.MonetaryAmount getOverridePrice()
        The new price value.
        Returns:
        the price value.
      • getReason

        public String getReason()
        The reason the override was performed, for example, "Price Match".
        Returns:
        The reason the override was performed.
      • getComment

        public String getComment()
        The optional, long-form comment explaining any extra context for the override.
        Returns:
        The optional, long-form comment explaining any extra context for the override.
      • setOverridePrice

        public void setOverridePrice​(javax.money.MonetaryAmount overridePrice)
        The new price value.
        Parameters:
        overridePrice - the price value.
      • setReason

        public void setReason​(String reason)
        The reason the override was performed, for example, "Price Match".
        Parameters:
        reason - The reason the override was performed.
      • setComment

        public void setComment​(String comment)
        The optional, long-form comment explaining any extra context for the override.
        Parameters:
        comment - The optional, long-form comment explaining any extra context for the override.