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

java.lang.Object
  extended by org.broadleafcommerce.vendor.cybersource.service.payment.message.CyberSourceCaptureResponse
All Implemented Interfaces:
Serializable

public class CyberSourceCaptureResponse
extends Object
implements Serializable

Author:
jfischer
See Also:
Serialized Form

Constructor Summary
CyberSourceCaptureResponse()
           
 
Method Summary
 Money getAmount()
          Gets the amount value for this CCCaptureReply.
 BigInteger getReasonCode()
          Gets the reasonCode value for this CCCaptureReply.
 String getReconciliationID()
          Gets the reconciliationID value for this CCCaptureReply.
 String getRequestDateTime()
          Gets the requestDateTime value for this CCCaptureReply.
 void setAmount(Money amount)
          Sets the amount value for this CCCaptureReply.
 void setReasonCode(BigInteger reasonCode)
          Sets the reasonCode value for this CCCaptureReply.
 void setReconciliationID(String reconciliationID)
          Sets the reconciliationID value for this CCCaptureReply.
 void setRequestDateTime(String requestDateTime)
          Sets the requestDateTime value for this CCCaptureReply.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CyberSourceCaptureResponse

public CyberSourceCaptureResponse()
Method Detail

getReasonCode

public BigInteger getReasonCode()
Gets the reasonCode value for this CCCaptureReply.

Returns:
reasonCode

setReasonCode

public void setReasonCode(BigInteger reasonCode)
Sets the reasonCode value for this CCCaptureReply.

Parameters:
reasonCode -

getRequestDateTime

public String getRequestDateTime()
Gets the requestDateTime value for this CCCaptureReply.

Returns:
requestDateTime

setRequestDateTime

public void setRequestDateTime(String requestDateTime)
Sets the requestDateTime value for this CCCaptureReply.

Parameters:
requestDateTime -

getAmount

public Money getAmount()
Gets the amount value for this CCCaptureReply.

Returns:
amount

setAmount

public void setAmount(Money amount)
Sets the amount value for this CCCaptureReply.

Parameters:
amount -

getReconciliationID

public String getReconciliationID()
Gets the reconciliationID value for this CCCaptureReply.

Returns:
reconciliationID

setReconciliationID

public void setReconciliationID(String reconciliationID)
Sets the reconciliationID value for this CCCaptureReply.

Parameters:
reconciliationID -


Copyright © 2012. All Rights Reserved.