@Deprecated
public class Merchant
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CP_VERSION
Deprecated.
|
static int |
MAX_LOGIN_LENGTH
Deprecated.
|
static int |
MAX_TRANSACTION_KEY_LENGTH
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Transaction |
createAIMTransaction(TransactionType transactionType,
java.math.BigDecimal amount)
Deprecated.
|
Transaction |
createARBTransaction(TransactionType transactionType,
Subscription subscription)
Deprecated.
|
Transaction |
createCIMTransaction(TransactionType transactionType)
Deprecated.
|
static Merchant |
createMerchant(Environment environment,
java.lang.String login,
java.lang.String transactionKey)
Deprecated.
|
Transaction |
createReportingTransaction(TransactionType transactionType)
Deprecated.
|
Transaction |
createSIMTransaction(TransactionType transactionType,
long fingerPrintSequence,
java.math.BigDecimal amount)
Deprecated.
|
DeviceType |
getDeviceType()
Deprecated.
|
Environment |
getEnvironment()
Deprecated.
Get the Environment that transactions will be posted against.
|
java.lang.String |
getLogin()
Deprecated.
Get the login.
|
MarketType |
getMarketType()
Deprecated.
|
java.lang.String |
getMD5Value()
Deprecated.
|
java.lang.String |
getTransactionKey()
Deprecated.
Get the transaction key.
|
java.lang.String |
getUserRef()
Deprecated.
Get the UserRef value.
|
boolean |
isAllowPartialAuth()
Deprecated.
Return true if the merchant has been enabled, via the SDK, to allow
partial AUTH transactions.
|
boolean |
isSandboxEnvironment()
Deprecated.
Return true if the environment is a sandbox type environment.
|
Result<?> |
postTransaction(Transaction transaction)
Deprecated.
|
void |
setAllowPartialAuth(boolean allowPartialAuth)
Deprecated.
Indicates if the transaction is enabled for partial authorization.
|
void |
setDeviceType(DeviceType deviceType)
Deprecated.
|
void |
setEnvironment(Environment environment)
Deprecated.
Set the environment that transactions will be posted against.
|
void |
setMarketType(MarketType marketType)
Deprecated.
|
void |
setMD5Value(java.lang.String MD5Value)
Deprecated.
|
void |
setUserRef(java.lang.String userRef)
Deprecated.
Set the userRef for Card Present transactions.
|
public static final java.lang.String CP_VERSION
public static final int MAX_LOGIN_LENGTH
public static final int MAX_TRANSACTION_KEY_LENGTH
public static Merchant createMerchant(Environment environment, java.lang.String login, java.lang.String transactionKey)
public java.lang.String getLogin()
public java.lang.String getTransactionKey()
public boolean isAllowPartialAuth()
public void setAllowPartialAuth(boolean allowPartialAuth)
allowPartialAuth - the allowPartialAuth to setpublic Environment getEnvironment()
public void setEnvironment(Environment environment)
environment - the environment to setpublic boolean isSandboxEnvironment()
public MarketType getMarketType()
public void setMarketType(MarketType marketType)
marketType - the marketType to setpublic DeviceType getDeviceType()
public void setDeviceType(DeviceType deviceType)
deviceType - the deviceType to setpublic java.lang.String getMD5Value()
public void setMD5Value(java.lang.String MD5Value)
MD5Value - the MD5Value to setpublic java.lang.String getUserRef()
public void setUserRef(java.lang.String userRef)
userRef - the userRef to set@Deprecated public Transaction createAIMTransaction(TransactionType transactionType, java.math.BigDecimal amount)
transactionType - amount - @Deprecated public Transaction createSIMTransaction(TransactionType transactionType, long fingerPrintSequence, java.math.BigDecimal amount)
transactionType - fingerPrintSequence - amount - @Deprecated public Transaction createARBTransaction(TransactionType transactionType, Subscription subscription)
transactionType - @Deprecated public Transaction createCIMTransaction(TransactionType transactionType)
transactionType - @Deprecated public Transaction createReportingTransaction(TransactionType transactionType)
transactionType - @Deprecated public Result<?> postTransaction(Transaction transaction)
transaction - Copyright © 2018. All Rights Reserved.