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

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

public class CyberSourceVoidResponse
extends Object
implements Serializable

Author:
jfischer
See Also:
Serialized Form

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

Constructor Detail

CyberSourceVoidResponse

public CyberSourceVoidResponse()
Method Detail

getReasonCode

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

Returns:
reasonCode

setReasonCode

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

Parameters:
reasonCode -

getRequestDateTime

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

Returns:
requestDateTime

setRequestDateTime

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

Parameters:
requestDateTime -

getAmount

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

Returns:
amount

setAmount

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

Parameters:
amount -


Copyright © 2012. All Rights Reserved.