Class TerminalVolume

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

public class TerminalVolume extends Object
Models transaction volume for a single terminal.
  • Constructor Details

    • TerminalVolume

      public TerminalVolume()
  • Method Details

    • setTerminalName

      public void setTerminalName(String value)
      Sets the terminal name assigned during activation.
      Parameters:
      value - the terminal name assigned during activation.
    • getTerminalName

      public String getTerminalName()
      Gets the terminal name assigned during activation.
      Returns:
      the terminal name assigned during activation.
    • setSerialNumber

      public void setSerialNumber(String value)
      Sets the manufacturer's serial number.
      Parameters:
      value - the manufacturer's serial number.
    • getSerialNumber

      public String getSerialNumber()
      Gets the manufacturer's serial number.
      Returns:
      the manufacturer's serial number.
    • setTerminalType

      public void setTerminalType(String value)
      Sets the terminal type.
      Parameters:
      value - the terminal type.
    • getTerminalType

      public String getTerminalType()
      Gets the terminal type.
      Returns:
      the terminal type.
    • setCapturedAmount

      public void setCapturedAmount(String value)
      Sets the captured amount.
      Parameters:
      value - the captured amount.
    • getCapturedAmount

      public String getCapturedAmount()
      Gets the captured amount.
      Returns:
      the captured amount.
    • setTransactionCount

      public void setTransactionCount(int value)
      Sets the number of transactions run on this terminal.
      Parameters:
      value - the number of transactions run on this terminal.
    • getTransactionCount

      public int getTransactionCount()
      Gets the number of transactions run on this terminal.
      Returns:
      the number of transactions run on this terminal.