Class PricePoint

java.lang.Object
com.blockchyp.client.dto.PricePoint

public class PricePoint extends Object
Models a single set of pricing values for a pricing policy.
  • Constructor Details

    • PricePoint

      public PricePoint()
  • Method Details

    • setBuyRate

      public void setBuyRate(String value)
      Sets the string representation of a per transaction minimum.
      Parameters:
      value - the string representation of a per transaction minimum.
    • getBuyRate

      public String getBuyRate()
      Gets the string representation of a per transaction minimum.
      Returns:
      the string representation of a per transaction minimum.
    • setCurrent

      public void setCurrent(String value)
      Sets the string representation of the current fee per transaction.
      Parameters:
      value - the string representation of the current fee per transaction.
    • getCurrent

      public String getCurrent()
      Gets the string representation of the current fee per transaction.
      Returns:
      the string representation of the current fee per transaction.
    • setLimit

      public void setLimit(String value)
      Sets the string representation of a per transaction gouge limit.
      Parameters:
      value - the string representation of a per transaction gouge limit.
    • getLimit

      public String getLimit()
      Gets the string representation of a per transaction gouge limit.
      Returns:
      the string representation of a per transaction gouge limit.