atg.payment.avs
Interface AddressVerificationProcessor

All Known Implementing Classes:
CyberSourceAddressVerification, DummyAddressVerificationProcessor

public interface AddressVerificationProcessor

This class defines an interface for address verification processing. The method in this class should verify the existence of the addresses in the AddressVerificationInfo class and return an AddressVerificationStatus object.


Field Summary
static java.lang.String CLASS_VERSION
           
 
Method Summary
 AddressVerificationStatus verifyAddress(AddressVerificationInfo pAvsInfo)
          Perform address verification on the information specified in pAvsInfo
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
See Also:
Constant Field Values
Method Detail

verifyAddress

AddressVerificationStatus verifyAddress(AddressVerificationInfo pAvsInfo)
Perform address verification on the information specified in pAvsInfo

Parameters:
pAvsInfo - the AvsInfo reference which contains all the address values
Returns:
a AvsStatus object detailing the results of the verification