atg.payment.avs
Interface AddressVerificationInfo

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
atg.integrations.taxware.BillingShipping, GenericAddressVerificationInfo, VeraZipOrderImpl

public interface AddressVerificationInfo
extends java.io.Serializable

This class defines a address verification information which is passed to the AddressVerificationProcessor. It encapsulates basic verification information.

See Also:
AddressVerificationInfo

Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Method Summary
 Address getAddress1()
          Returns the billingAddress
 Address getAddress2()
          Returns the ShippingAddress
 AddressVerificationItem getAddressVerificationItem(int i)
          Returns an individual item in the shopping cart
 AddressVerificationItem[] getAddressVerificationItems()
          Returns items in the shopping cart
 java.lang.String getPaymentId()
          Returns the payment id
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values
Method Detail

getPaymentId

java.lang.String getPaymentId()
Returns the payment id


getAddress1

Address getAddress1()
Returns the billingAddress


getAddress2

Address getAddress2()
Returns the ShippingAddress


getAddressVerificationItems

AddressVerificationItem[] getAddressVerificationItems()
Returns items in the shopping cart


getAddressVerificationItem

AddressVerificationItem getAddressVerificationItem(int i)
Returns an individual item in the shopping cart