org.broadleafcommerce.vendor.cybersource.service.payment.message
Class CyberSourceCardResponse

java.lang.Object
  extended by org.broadleafcommerce.vendor.cybersource.service.message.CyberSourceResponse
      extended by org.broadleafcommerce.vendor.cybersource.service.payment.message.CyberSourcePaymentResponse
          extended by org.broadleafcommerce.vendor.cybersource.service.payment.message.CyberSourceCardResponse
All Implemented Interfaces:
Serializable, PaymentResponse

public class CyberSourceCardResponse
extends CyberSourcePaymentResponse

Author:
jfischer
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.broadleafcommerce.vendor.cybersource.service.payment.message.CyberSourcePaymentResponse
decision, errorText, invalidField, isErrorDetected, merchantReferenceCode, missingField, reasonCode, requestID, requestToken
 
Constructor Summary
CyberSourceCardResponse()
           
 
Method Summary
 CyberSourceAuthResponse getAuthResponse()
           
 CyberSourceAuthReverseResponse getAuthReverseResponse()
           
 CyberSourceCaptureResponse getCaptureResponse()
           
 CyberSourceCreditResponse getCreditResponse()
           
 CyberSourceVoidResponse getVoidResponse()
           
 void setAuthResponse(CyberSourceAuthResponse authResponse)
           
 void setAuthReverseResponse(CyberSourceAuthReverseResponse authReverseResponse)
           
 void setCaptureResponse(CyberSourceCaptureResponse captureResponse)
           
 void setCreditResponse(CyberSourceCreditResponse creditResponse)
           
 void setVoidResponse(CyberSourceVoidResponse voidResponse)
           
 
Methods inherited from class org.broadleafcommerce.vendor.cybersource.service.payment.message.CyberSourcePaymentResponse
getDecision, getErrorCode, getErrorText, getInvalidField, getMerchantReferenceCode, getMethodType, getMissingField, getReasonCode, getRequestID, getRequestToken, getTransactionType, isErrorDetected, setDecision, setErrorCode, setErrorDetected, setErrorText, setInvalidField, setMerchantReferenceCode, setMethodType, setMissingField, setReasonCode, setRequestID, setRequestToken, setTransactionType
 
Methods inherited from class org.broadleafcommerce.vendor.cybersource.service.message.CyberSourceResponse
getServiceType, setServiceType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CyberSourceCardResponse

public CyberSourceCardResponse()
Method Detail

getAuthResponse

public CyberSourceAuthResponse getAuthResponse()

setAuthResponse

public void setAuthResponse(CyberSourceAuthResponse authResponse)

getCaptureResponse

public CyberSourceCaptureResponse getCaptureResponse()

setCaptureResponse

public void setCaptureResponse(CyberSourceCaptureResponse captureResponse)

getCreditResponse

public CyberSourceCreditResponse getCreditResponse()

setCreditResponse

public void setCreditResponse(CyberSourceCreditResponse creditResponse)

getVoidResponse

public CyberSourceVoidResponse getVoidResponse()

setVoidResponse

public void setVoidResponse(CyberSourceVoidResponse voidResponse)

getAuthReverseResponse

public CyberSourceAuthReverseResponse getAuthReverseResponse()

setAuthReverseResponse

public void setAuthReverseResponse(CyberSourceAuthReverseResponse authReverseResponse)


Copyright © 2012. All Rights Reserved.