public class TermsAndConditionsTemplateRequest extends Object implements ITimeoutRequest
| Constructor and Description |
|---|
TermsAndConditionsTemplateRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getTemplateId()
Gets id of a single template.
|
int |
getTimeout()
Gets the request timeout in seconds.
|
boolean |
isTest()
Gets whether or not to route transaction to the test gateway.
|
void |
setTemplateId(String value)
Sets id of a single template.
|
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 ITimeoutRequestpublic void setTest(boolean value)
value - whether or not to route transaction to the test gateway.public boolean isTest()
isTest in interface ITimeoutRequestpublic void setTemplateId(String value)
value - id of a single template.public String getTemplateId()
Copyright © 2022 BlockChyp, Inc.. All rights reserved.