public class MerchantPlatformsResponse extends Object implements IAbstractAcknowledgement
Constructor and Description |
---|
MerchantPlatformsResponse() |
Modifier and Type | Method and Description |
---|---|
void |
addResult(MerchantPlatform value)
Adds a enumerates merchant platform settings.
|
String |
getError()
Gets the error, if an error occurred.
|
String |
getResponseDescription()
Gets a narrative description of the transaction result.
|
Collection<MerchantPlatform> |
getResults()
Gets enumerates merchant platform settings.
|
boolean |
isSuccess()
Gets whether or not the request succeeded.
|
boolean |
isTest()
Gets whether or not these results are for test or live merchants.
|
void |
setError(String value)
Sets the error, if an error occurred.
|
void |
setResponseDescription(String value)
Sets a narrative description of the transaction result.
|
void |
setResults(Collection<MerchantPlatform> value)
Sets enumerates merchant platform settings.
|
void |
setSuccess(boolean value)
Sets whether or not the request succeeded.
|
void |
setTest(boolean value)
Sets whether or not these results are for test or live merchants.
|
public void setSuccess(boolean value)
value
- whether or not the request succeeded.public boolean isSuccess()
isSuccess
in interface IAbstractAcknowledgement
public void setError(String value)
value
- the error, if an error occurred.public String getError()
getError
in interface IAbstractAcknowledgement
public void setResponseDescription(String value)
value
- a narrative description of the transaction result.public String getResponseDescription()
getResponseDescription
in interface IAbstractAcknowledgement
public void setTest(boolean value)
value
- whether or not these results are for test or live merchants.public boolean isTest()
public void setResults(Collection<MerchantPlatform> value)
value
- enumerates merchant platform settings.public Collection<MerchantPlatform> getResults()
public void addResult(MerchantPlatform value)
value
- enumerates merchant platform settings.Copyright © 2022 BlockChyp, Inc.. All rights reserved.