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:
Serializable

public class CyberSourceAuthReverseResponse
extends Object
implements Serializable

Author:
jfischer
See Also:
Serialized Form

Constructor Summary
CyberSourceAuthReverseResponse()
           
 
Method Summary
 Money getAmount()
          Gets the amount value for this CCAuthReversalReply.
 String getAuthorizationCode()
          Gets the authorizationCode value for this CCAuthReversalReply.
 String getProcessorResponse()
          Gets the processorResponse value for this CCAuthReversalReply.
 BigInteger getReasonCode()
          Gets the reasonCode value for this CCAuthReversalReply.
 String getRequestDateTime()
          Gets the requestDateTime value for this CCAuthReversalReply.
 void setAmount(Money amount)
          Sets the amount value for this CCAuthReversalReply.
 void setAuthorizationCode(String authorizationCode)
          Sets the authorizationCode value for this CCAuthReversalReply.
 void setProcessorResponse(String processorResponse)
          Sets the processorResponse value for this CCAuthReversalReply.
 void setReasonCode(BigInteger reasonCode)
          Sets the reasonCode value for this CCAuthReversalReply.
 void setRequestDateTime(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 BigInteger getReasonCode()
Gets the reasonCode value for this CCAuthReversalReply.

Returns:
reasonCode

setReasonCode

public void setReasonCode(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 String getAuthorizationCode()
Gets the authorizationCode value for this CCAuthReversalReply.

Returns:
authorizationCode

setAuthorizationCode

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

Parameters:
authorizationCode -

getProcessorResponse

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

Returns:
processorResponse

setProcessorResponse

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

Parameters:
processorResponse -

getRequestDateTime

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

Returns:
requestDateTime

setRequestDateTime

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

Parameters:
requestDateTime -


Copyright © 2012. All Rights Reserved.