Package com.blockchyp.client.dto
Class TerminalVolume
java.lang.Object
com.blockchyp.client.dto.TerminalVolume
Models transaction volume for a single terminal.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the captured amount.Gets the manufacturer's serial number.Gets the terminal name assigned during activation.Gets the terminal type.intGets the number of transactions run on this terminal.voidsetCapturedAmount(String value) Sets the captured amount.voidsetSerialNumber(String value) Sets the manufacturer's serial number.voidsetTerminalName(String value) Sets the terminal name assigned during activation.voidsetTerminalType(String value) Sets the terminal type.voidsetTransactionCount(int value) Sets the number of transactions run on this terminal.
-
Constructor Details
-
TerminalVolume
public TerminalVolume()
-
-
Method Details
-
setTerminalName
Sets the terminal name assigned during activation.- Parameters:
value- the terminal name assigned during activation.
-
getTerminalName
Gets the terminal name assigned during activation.- Returns:
- the terminal name assigned during activation.
-
setSerialNumber
Sets the manufacturer's serial number.- Parameters:
value- the manufacturer's serial number.
-
getSerialNumber
Gets the manufacturer's serial number.- Returns:
- the manufacturer's serial number.
-
setTerminalType
Sets the terminal type.- Parameters:
value- the terminal type.
-
getTerminalType
Gets the terminal type.- Returns:
- the terminal type.
-
setCapturedAmount
Sets the captured amount.- Parameters:
value- the captured amount.
-
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.
-