public class GenericAddressVerificationInfo extends java.lang.Object implements AddressVerificationInfo
AddressVerificationProcessor,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| Constructor and Description |
|---|
GenericAddressVerificationInfo() |
| Modifier and Type | Method and Description |
|---|---|
Address |
getAddress1()
Returns the address1
|
Address |
getAddress2()
Returns the address2
|
AddressVerificationItem |
getAddressVerificationItem(int i)
Returns an individual item in the shopping cart
|
AddressVerificationItem[] |
getAddressVerificationItems()
Returns the addressVerificationItems
|
java.lang.String |
getPaymentId()
Returns the paymentId
|
void |
setAddress1(Address pAddress1)
Sets the address1
|
void |
setAddress2(Address pAddress2)
Sets the address2
|
void |
setAddressVerificationItems(AddressVerificationItem[] pAddressVerificationItems)
Sets the addressVerificationItems
|
void |
setPaymentId(java.lang.String pPaymentId)
Sets the paymentId
|
public java.lang.String getPaymentId()
getPaymentId in interface AddressVerificationInfopublic void setPaymentId(java.lang.String pPaymentId)
public Address getAddress1()
getAddress1 in interface AddressVerificationInfopublic void setAddress1(Address pAddress1)
public Address getAddress2()
getAddress2 in interface AddressVerificationInfopublic void setAddress2(Address pAddress2)
public AddressVerificationItem[] getAddressVerificationItems()
getAddressVerificationItems in interface AddressVerificationInfopublic void setAddressVerificationItems(AddressVerificationItem[] pAddressVerificationItems)
public AddressVerificationItem getAddressVerificationItem(int i)
getAddressVerificationItem in interface AddressVerificationInfo