public class AddTestMerchantRequest extends Object implements ITimeoutRequest
| Constructor and Description |
|---|
AddTestMerchantRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCompanyName()
Gets the corporate name for the test merchant.
|
String |
getDbaName()
Gets the DBA name for the test merchant.
|
int |
getTimeout()
Gets the request timeout in seconds.
|
boolean |
isTest()
Gets whether or not to route transaction to the test gateway.
|
void |
setCompanyName(String value)
Sets the corporate name for the test merchant.
|
void |
setDbaName(String value)
Sets the DBA name for the test merchant.
|
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 setTest(boolean value)
value - whether or not to route transaction to the test gateway.public boolean isTest()
isTest in interface ITimeoutRequestpublic void setDbaName(String value)
value - the DBA name for the test merchant.public String getDbaName()
public void setCompanyName(String value)
value - the corporate name for the test merchant.public String getCompanyName()
public void setTimeout(int value)
value - the request timeout in seconds.public int getTimeout()
getTimeout in interface ITimeoutRequestCopyright © 2022 BlockChyp, Inc.. All rights reserved.