public class MerchantPlatform extends Object implements ITimeoutRequest
Constructor and Description |
---|
MerchantPlatform() |
Modifier and Type | Method and Description |
---|---|
String |
getAcquirerMid()
Gets the merchant id assigned by the acquiring bank.
|
Map |
getConfigMap()
Gets a map of configuration values specific to the boarding platform.
|
String |
getDateCreated()
Gets the date the platform configuration was first created.
|
String |
getEntryMethod()
Gets the optional entry method code if a platform should only be used for specific
entry methods.
|
String |
getId()
Gets primary identifier for a given platform configuration.
|
String |
getLastChange()
Gets the date the platform configuration was last modified.
|
String |
getMerchantId()
Gets the merchant's primary identifier.
|
String |
getNotes()
Gets free form notes description the purpose or intent behind the platform
configuration.
|
String |
getPlatformCode()
Gets BlockChyp's code for the boarding platform.
|
int |
getPriority()
Gets the platform's priority in a multi platform setup.
|
String |
getRegistrationId()
Gets an optional field specifying the merchant's card brand registration record.
|
int |
getTimeout()
Gets the request timeout in seconds.
|
boolean |
isDisabled()
Gets that a platform configuration is disabled.
|
boolean |
isTest()
Gets whether or not to route transaction to the test gateway.
|
void |
setAcquirerMid(String value)
Sets the merchant id assigned by the acquiring bank.
|
void |
setConfigMap(Map value)
Sets a map of configuration values specific to the boarding platform.
|
void |
setDateCreated(String value)
Sets the date the platform configuration was first created.
|
void |
setDisabled(boolean value)
Sets that a platform configuration is disabled.
|
void |
setEntryMethod(String value)
Sets the optional entry method code if a platform should only be used for specific
entry methods.
|
void |
setId(String value)
Sets primary identifier for a given platform configuration.
|
void |
setLastChange(String value)
Sets the date the platform configuration was last modified.
|
void |
setMerchantId(String value)
Sets the merchant's primary identifier.
|
void |
setNotes(String value)
Sets free form notes description the purpose or intent behind the platform
configuration.
|
void |
setPlatformCode(String value)
Sets BlockChyp's code for the boarding platform.
|
void |
setPriority(int value)
Sets the platform's priority in a multi platform setup.
|
void |
setRegistrationId(String value)
Sets an optional field specifying the merchant's card brand registration record.
|
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 ITimeoutRequest
public void setTest(boolean value)
value
- whether or not to route transaction to the test gateway.public boolean isTest()
isTest
in interface ITimeoutRequest
public void setId(String value)
value
- primary identifier for a given platform configuration.public String getId()
public void setDisabled(boolean value)
value
- that a platform configuration is disabled.public boolean isDisabled()
public void setPlatformCode(String value)
value
- BlockChyp's code for the boarding platform.public String getPlatformCode()
public void setPriority(int value)
value
- the platform's priority in a multi platform setup.public int getPriority()
public void setRegistrationId(String value)
value
- an optional field specifying the merchant's card brand registration
record.public String getRegistrationId()
public void setMerchantId(String value)
value
- the merchant's primary identifier.public String getMerchantId()
public void setAcquirerMid(String value)
value
- the merchant id assigned by the acquiring bank.public String getAcquirerMid()
public void setNotes(String value)
value
- free form notes description the purpose or intent behind the platform
configuration.public String getNotes()
public void setEntryMethod(String value)
value
- the optional entry method code if a platform should only be used for
specific entry methods. Leave blank for 'all'.public String getEntryMethod()
public void setDateCreated(String value)
value
- the date the platform configuration was first created.public String getDateCreated()
public void setLastChange(String value)
value
- the date the platform configuration was last modified.public String getLastChange()
public void setConfigMap(Map value)
value
- a map of configuration values specific to the boarding platform.
These are not published. Contact your BlockChyp rep for supported values.public Map getConfigMap()
Copyright © 2022 BlockChyp, Inc.. All rights reserved.