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

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

public class CyberSourceCreditResponse
extends Object
implements Serializable

Author:
jfischer
See Also:
Serialized Form

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

Constructor Detail

CyberSourceCreditResponse

public CyberSourceCreditResponse()
Method Detail

getReasonCode

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

Returns:
reasonCode

setReasonCode

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

Parameters:
reasonCode -

getRequestDateTime

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

Returns:
requestDateTime

setRequestDateTime

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

Parameters:
requestDateTime -

getAmount

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

Returns:
amount

setAmount

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

Parameters:
amount -

getReconciliationID

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

Returns:
reconciliationID

setReconciliationID

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

Parameters:
reconciliationID -


Copyright © 2012. All Rights Reserved.