public class ListQueuedTransactionsResponse extends Object implements IAbstractAcknowledgement
| Constructor and Description |
|---|
ListQueuedTransactionsResponse() |
| Modifier and Type | Method and Description |
|---|---|
void |
addTransactionRef(String value)
Adds a a list of queued transactions on the terminal.
|
String |
getError()
Gets the error, if an error occurred.
|
String |
getResponseDescription()
Gets a narrative description of the transaction result.
|
Collection<String> |
getTransactionRefs()
Gets a list of queued transactions on the terminal.
|
boolean |
isSuccess()
Gets whether or not the request succeeded.
|
void |
setError(String value)
Sets the error, if an error occurred.
|
void |
setResponseDescription(String value)
Sets a narrative description of the transaction result.
|
void |
setSuccess(boolean value)
Sets whether or not the request succeeded.
|
void |
setTransactionRefs(Collection<String> value)
Sets a list of queued transactions on the terminal.
|
public void setSuccess(boolean value)
value - whether or not the request succeeded.public boolean isSuccess()
isSuccess in interface IAbstractAcknowledgementpublic void setError(String value)
value - the error, if an error occurred.public String getError()
getError in interface IAbstractAcknowledgementpublic void setResponseDescription(String value)
value - a narrative description of the transaction result.public String getResponseDescription()
getResponseDescription in interface IAbstractAcknowledgementpublic void setTransactionRefs(Collection<String> value)
value - a list of queued transactions on the terminal.public Collection<String> getTransactionRefs()
public void addTransactionRef(String value)
value - a list of queued transactions on the terminal.Copyright © 2021 BlockChyp, Inc.. All rights reserved.