atg.payment.avs
Interface AddressVerificationProcessor
- All Known Implementing Classes: 
- 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.
 
 
CLASS_VERSION
static final java.lang.String CLASS_VERSION
- See Also:
- Constant Field Values
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