public class TerminalDeactivationRequest extends Object implements ITimeoutRequest
Constructor and Description |
---|
TerminalDeactivationRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getTerminalId()
Gets the id assigned by BlockChyp to the terminal.
|
String |
getTerminalName()
Gets the terminal name assigned to the terminal.
|
int |
getTimeout()
Gets the request timeout in seconds.
|
boolean |
isTest()
Gets whether or not to route transaction to the test gateway.
|
void |
setTerminalId(String value)
Sets the id assigned by BlockChyp to the terminal.
|
void |
setTerminalName(String value)
Sets the terminal name assigned to the terminal.
|
void |
setTest(boolean value)
Sets whether or not to route transaction to the test gateway.
|
void |
setTimeout(int value)
Sets the request timeout in seconds.
|
public void setTimeout(int value)
value
- the request timeout in seconds.public int getTimeout()
getTimeout
in interface ITimeoutRequest
public void setTest(boolean value)
value
- whether or not to route transaction to the test gateway.public boolean isTest()
isTest
in interface ITimeoutRequest
public void setTerminalName(String value)
value
- the terminal name assigned to the terminal.public String getTerminalName()
public void setTerminalId(String value)
value
- the id assigned by BlockChyp to the terminal.public String getTerminalId()
Copyright © 2022 BlockChyp, Inc.. All rights reserved.