public class TerminalProfileRequest extends Object implements ITimeoutRequest
Constructor and Description |
---|
TerminalProfileRequest() |
Modifier and Type | Method and Description |
---|---|
int |
getTimeout()
Gets the request timeout in seconds.
|
boolean |
isTest()
Gets whether or not to route transaction to the test gateway.
|
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
Copyright © 2022 BlockChyp, Inc.. All rights reserved.