public class TerminalVolume extends Object
Constructor and Description |
---|
TerminalVolume() |
Modifier and Type | Method and Description |
---|---|
String |
getCapturedAmount()
Gets the captured amount.
|
String |
getSerialNumber()
Gets the manufacturer's serial number.
|
String |
getTerminalName()
Gets the terminal name assigned during activation.
|
String |
getTerminalType()
Gets the terminal type.
|
int |
getTransactionCount()
Gets the number of transactions run on this terminal.
|
void |
setCapturedAmount(String value)
Sets the captured amount.
|
void |
setSerialNumber(String value)
Sets the manufacturer's serial number.
|
void |
setTerminalName(String value)
Sets the terminal name assigned during activation.
|
void |
setTerminalType(String value)
Sets the terminal type.
|
void |
setTransactionCount(int value)
Sets the number of transactions run on this terminal.
|
public void setTerminalName(String value)
value
- the terminal name assigned during activation.public String getTerminalName()
public void setSerialNumber(String value)
value
- the manufacturer's serial number.public String getSerialNumber()
public void setTerminalType(String value)
value
- the terminal type.public String getTerminalType()
public void setCapturedAmount(String value)
value
- the captured amount.public String getCapturedAmount()
public void setTransactionCount(int value)
value
- the number of transactions run on this terminal.public int getTransactionCount()
Copyright © 2022 BlockChyp, Inc.. All rights reserved.