org.broadleafcommerce.vendor.authorizenet.service.payment
Class AuthorizeNetGatewayRequestImpl
java.lang.Object
org.broadleafcommerce.vendor.authorizenet.service.payment.AuthorizeNetGatewayRequestImpl
- All Implemented Interfaces:
- Serializable, AuthorizeNetGatewayRequest
public class AuthorizeNetGatewayRequestImpl
- extends Object
- implements AuthorizeNetGatewayRequest
- Author:
- elbertbautista
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
apiLoginId
protected String apiLoginId
transactionKey
protected String transactionKey
relayResponseUrl
protected String relayResponseUrl
merchantMD5Key
protected String merchantMD5Key
merchantTransactionVersion
protected String merchantTransactionVersion
xTestRequest
protected String xTestRequest
serverUrl
protected String serverUrl
AuthorizeNetGatewayRequestImpl
public AuthorizeNetGatewayRequestImpl()
getApiLoginId
public String getApiLoginId()
- Specified by:
getApiLoginId in interface AuthorizeNetGatewayRequest
setApiLoginId
public void setApiLoginId(String apiLoginId)
- Specified by:
setApiLoginId in interface AuthorizeNetGatewayRequest
getTransactionKey
public String getTransactionKey()
- Specified by:
getTransactionKey in interface AuthorizeNetGatewayRequest
setTransactionKey
public void setTransactionKey(String transactionKey)
- Specified by:
setTransactionKey in interface AuthorizeNetGatewayRequest
getRelayResponseUrl
public String getRelayResponseUrl()
- Specified by:
getRelayResponseUrl in interface AuthorizeNetGatewayRequest
setRelayResponseUrl
public void setRelayResponseUrl(String relayResponseUrl)
- Specified by:
setRelayResponseUrl in interface AuthorizeNetGatewayRequest
getMerchantMD5Key
public String getMerchantMD5Key()
- Specified by:
getMerchantMD5Key in interface AuthorizeNetGatewayRequest
setMerchantMD5Key
public void setMerchantMD5Key(String merchantMD5Key)
- Specified by:
setMerchantMD5Key in interface AuthorizeNetGatewayRequest
getMerchantTransactionVersion
public String getMerchantTransactionVersion()
- Specified by:
getMerchantTransactionVersion in interface AuthorizeNetGatewayRequest
setMerchantTransactionVersion
public void setMerchantTransactionVersion(String merchantTransactionVersion)
- Specified by:
setMerchantTransactionVersion in interface AuthorizeNetGatewayRequest
getxTestRequest
public String getxTestRequest()
- Specified by:
getxTestRequest in interface AuthorizeNetGatewayRequest
setxTestRequest
public void setxTestRequest(String xTestRequest)
- Specified by:
setxTestRequest in interface AuthorizeNetGatewayRequest
getServerUrl
public String getServerUrl()
- Specified by:
getServerUrl in interface AuthorizeNetGatewayRequest
setServerUrl
public void setServerUrl(String serverUrl)
- Specified by:
setServerUrl in interface AuthorizeNetGatewayRequest
Copyright © 2012. All Rights Reserved.