public class MerchantProfileResponse extends Object implements IAbstractAcknowledgement
| Constructor and Description |
|---|
MerchantProfileResponse() |
| Modifier and Type | Method and Description |
|---|---|
void |
addBankAccount(BankAccount value)
Adds a bank accounts for split bank account merchants.
|
Collection<BankAccount> |
getBankAccounts()
Gets bank accounts for split bank account merchants.
|
String |
getBatchCloseTime()
Gets the batch close time in the merchant's time zone.
|
String |
getCompanyName()
Gets the merchant's company name.
|
String |
getError()
Gets the error, if an error occurred.
|
String |
getLocationName()
Gets the location name.
|
String |
getMerchantId()
Gets the merchant id.
|
String |
getPublicKey()
Gets the blockchyp public key for this merchant.
|
String |
getResponseDescription()
Gets a narrative description of the transaction result.
|
String |
getStatus()
Gets the undwriting/processing status for the the merchant.
|
String |
getStoreAndForwardFloorLimit()
Gets floor limit for store and forward transactions.
|
String |
getStoreNumber()
Gets the store number.
|
String |
getTerminalUpdateTime()
Gets the terminal firmware update time.
|
String |
getTimeZone()
Gets the merchant's local time zone.
|
boolean |
isAutoBatchClose()
Gets flag indicating whether or not the batch automatically closes.
|
boolean |
isCashBackEnabled()
Gets flag indicating whether or not cash back is enabled.
|
boolean |
isPartialAuthEnabled()
Gets flag indicating whether or not partial authorizations are supported for this
merchant.
|
boolean |
isPinEnabled()
Gets flag indicating whether or not pin entry is enabled.
|
boolean |
isSplitBankAccountsEnabled()
Gets flag indicating whether or not this merchant support split settlement.
|
boolean |
isStoreAndForwardEnabled()
Gets flag indicating whether or not store and forward is enabled.
|
boolean |
isSuccess()
Gets whether or not the request succeeded.
|
boolean |
isTest()
Gets that the response came from the test gateway.
|
void |
setAutoBatchClose(boolean value)
Sets flag indicating whether or not the batch automatically closes.
|
void |
setBankAccounts(Collection<BankAccount> value)
Sets bank accounts for split bank account merchants.
|
void |
setBatchCloseTime(String value)
Sets the batch close time in the merchant's time zone.
|
void |
setCashBackEnabled(boolean value)
Sets flag indicating whether or not cash back is enabled.
|
void |
setCompanyName(String value)
Sets the merchant's company name.
|
void |
setError(String value)
Sets the error, if an error occurred.
|
void |
setLocationName(String value)
Sets the location name.
|
void |
setMerchantId(String value)
Sets the merchant id.
|
void |
setPartialAuthEnabled(boolean value)
Sets flag indicating whether or not partial authorizations are supported for this
merchant.
|
void |
setPinEnabled(boolean value)
Sets flag indicating whether or not pin entry is enabled.
|
void |
setPublicKey(String value)
Sets the blockchyp public key for this merchant.
|
void |
setResponseDescription(String value)
Sets a narrative description of the transaction result.
|
void |
setSplitBankAccountsEnabled(boolean value)
Sets flag indicating whether or not this merchant support split settlement.
|
void |
setStatus(String value)
Sets the undwriting/processing status for the the merchant.
|
void |
setStoreAndForwardEnabled(boolean value)
Sets flag indicating whether or not store and forward is enabled.
|
void |
setStoreAndForwardFloorLimit(String value)
Sets floor limit for store and forward transactions.
|
void |
setStoreNumber(String value)
Sets the store number.
|
void |
setSuccess(boolean value)
Sets whether or not the request succeeded.
|
void |
setTerminalUpdateTime(String value)
Sets the terminal firmware update time.
|
void |
setTest(boolean value)
Sets that the response came from the test gateway.
|
void |
setTimeZone(String value)
Sets the merchant's local time zone.
|
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 setTest(boolean value)
value - that the response came from the test gateway.public boolean isTest()
public void setMerchantId(String value)
value - the merchant id.public String getMerchantId()
public void setCompanyName(String value)
value - the merchant's company name.public String getCompanyName()
public void setLocationName(String value)
value - the location name.public String getLocationName()
public void setStoreNumber(String value)
value - the store number.public String getStoreNumber()
public void setTimeZone(String value)
value - the merchant's local time zone.public String getTimeZone()
public void setBatchCloseTime(String value)
value - the batch close time in the merchant's time zone.public String getBatchCloseTime()
public void setTerminalUpdateTime(String value)
value - the terminal firmware update time.public String getTerminalUpdateTime()
public void setAutoBatchClose(boolean value)
value - flag indicating whether or not the batch automatically closes.public boolean isAutoBatchClose()
public void setPinEnabled(boolean value)
value - flag indicating whether or not pin entry is enabled.public boolean isPinEnabled()
public void setCashBackEnabled(boolean value)
value - flag indicating whether or not cash back is enabled.public boolean isCashBackEnabled()
public void setStoreAndForwardEnabled(boolean value)
value - flag indicating whether or not store and forward is enabled.public boolean isStoreAndForwardEnabled()
public void setPartialAuthEnabled(boolean value)
value - flag indicating whether or not partial authorizations are supported
for this merchant.public boolean isPartialAuthEnabled()
public void setSplitBankAccountsEnabled(boolean value)
value - flag indicating whether or not this merchant support split
settlement.public boolean isSplitBankAccountsEnabled()
public void setStoreAndForwardFloorLimit(String value)
value - floor limit for store and forward transactions.public String getStoreAndForwardFloorLimit()
public void setPublicKey(String value)
value - the blockchyp public key for this merchant.public String getPublicKey()
public void setStatus(String value)
value - the undwriting/processing status for the the merchant.public String getStatus()
public void setBankAccounts(Collection<BankAccount> value)
value - bank accounts for split bank account merchants.public Collection<BankAccount> getBankAccounts()
public void addBankAccount(BankAccount value)
value - bank accounts for split bank account merchants.Copyright © 2021 BlockChyp, Inc.. All rights reserved.