atg.payment.avs
Class AddressVerificationStatusImpl

java.lang.Object
  extended by atg.payment.PaymentStatusImpl
      extended by atg.payment.avs.AddressVerificationStatusImpl
All Implemented Interfaces:
AddressVerificationStatus, PaymentStatus, java.io.Serializable

public class AddressVerificationStatusImpl
extends PaymentStatusImpl
implements AddressVerificationStatus

This class defines address verification information which is generated by the AddressVerificationProcessor. It encapsulates basic verification information.

See Also:
AddressVerificationProcessor, Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
           
 
Constructor Summary
AddressVerificationStatusImpl()
           
AddressVerificationStatusImpl(java.lang.String pTransactionId, boolean pTransactionSuccess, java.lang.String pErrorMessage, java.util.Date pTransactionTimestamp)
           
 
Method Summary
 
Methods inherited from class atg.payment.PaymentStatusImpl
getAmount, getErrorMessage, getTransactionId, getTransactionSuccess, getTransactionTimestamp, setAmount, setErrorMessage, setTransactionId, setTransactionSuccess, setTransactionTimestamp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface atg.payment.PaymentStatus
getAmount, getErrorMessage, getTransactionId, getTransactionSuccess, getTransactionTimestamp
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Constructor Detail

AddressVerificationStatusImpl

public AddressVerificationStatusImpl()

AddressVerificationStatusImpl

public AddressVerificationStatusImpl(java.lang.String pTransactionId,
                                     boolean pTransactionSuccess,
                                     java.lang.String pErrorMessage,
                                     java.util.Date pTransactionTimestamp)