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

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

public class CyberSourceAuthReverseResponse
extends java.lang.Object
implements java.io.Serializable

Author:
jfischer
See Also:
Serialized Form

Constructor Summary
CyberSourceAuthReverseResponse()
           
 
Method Summary
 Money getAmount()
          Gets the amount value for this CCAuthReversalReply.
 java.lang.String getAuthorizationCode()
          Gets the authorizationCode value for this CCAuthReversalReply.
 java.lang.String getProcessorResponse()
          Gets the processorResponse value for this CCAuthReversalReply.
 java.math.BigInteger getReasonCode()
          Gets the reasonCode value for this CCAuthReversalReply.
 java.lang.String getRequestDateTime()
          Gets the requestDateTime value for this CCAuthReversalReply.
 void setAmount(Money amount)
          Sets the amount value for this CCAuthReversalReply.
 void setAuthorizationCode(java.lang.String authorizationCode)
          Sets the authorizationCode value for this CCAuthReversalReply.
 void setProcessorResponse(java.lang.String processorResponse)
          Sets the processorResponse value for this CCAuthReversalReply.
 void setReasonCode(java.math.BigInteger reasonCode)
          Sets the reasonCode value for this CCAuthReversalReply.
 void setRequestDateTime(java.lang.String requestDateTime)
          Sets the requestDateTime value for this CCAuthReversalReply.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CyberSourceAuthReverseResponse

public CyberSourceAuthReverseResponse()
Method Detail

getReasonCode

public java.math.BigInteger getReasonCode()
Gets the reasonCode value for this CCAuthReversalReply.

Returns:
reasonCode

setReasonCode

public void setReasonCode(java.math.BigInteger reasonCode)
Sets the reasonCode value for this CCAuthReversalReply.

Parameters:
reasonCode -

getAmount

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

Returns:
amount

setAmount

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

Parameters:
amount -

getAuthorizationCode

public java.lang.String getAuthorizationCode()
Gets the authorizationCode value for this CCAuthReversalReply.

Returns:
authorizationCode

setAuthorizationCode

public void setAuthorizationCode(java.lang.String authorizationCode)
Sets the authorizationCode value for this CCAuthReversalReply.

Parameters:
authorizationCode -

getProcessorResponse

public java.lang.String getProcessorResponse()
Gets the processorResponse value for this CCAuthReversalReply.

Returns:
processorResponse

setProcessorResponse

public void setProcessorResponse(java.lang.String processorResponse)
Sets the processorResponse value for this CCAuthReversalReply.

Parameters:
processorResponse -

getRequestDateTime

public java.lang.String getRequestDateTime()
Gets the requestDateTime value for this CCAuthReversalReply.

Returns:
requestDateTime

setRequestDateTime

public void setRequestDateTime(java.lang.String requestDateTime)
Sets the requestDateTime value for this CCAuthReversalReply.

Parameters:
requestDateTime -


Copyright © 2012. All Rights Reserved.