public class BooleanPromptRequest extends CoreRequest implements ITerminalReference
| Constructor and Description |
|---|
BooleanPromptRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNoCaption()
Gets the preferred caption for the 'no' button.
|
String |
getPrompt()
Returns the text to be displayed on the terminal.
|
String |
getTerminalName()
Returns the name of the target payment terminal.
|
String |
getYesCaption()
Gets the preferred caption for the 'yes' button.
|
void |
setNoCaption(String noCaption)
Sets the preferred caption for the 'no' button.
|
void |
setPrompt(String prompt)
Sets the text to be displayed on the terminal.
|
void |
setTerminalName(String terminalName)
Sets the target payment terminal.
|
void |
setYesCaption(String yesCaption)
Sets the preferred caption for the 'yes' button.
|
getDestinationAccount, getTimeout, getTransactionRef, isTest, setDestinationAccount, setTest, setTimeout, setTransactionRefpublic String getTerminalName()
getTerminalName in interface ITerminalReferencepublic void setTerminalName(String terminalName)
terminalName - payment terminal name.public String getPrompt()
public void setPrompt(String prompt)
prompt - text to be displayed as the terminal prompt.public String getYesCaption()
public void setYesCaption(String yesCaption)
yesCaption - caption for the 'yes' button.public String getNoCaption()
public void setNoCaption(String noCaption)
noCaption - caption for the 'no' button.Copyright © 2019 BlockChyp, Inc.. All rights reserved.