Class AvsBilling
java.lang.Object
com.broadleafcommerce.vendor.chasepayment.service.support.AbstractAdditionalPropertiesAwareDTO
com.broadleafcommerce.vendor.chasepayment.service.orbital.domain.subschemas.AvsBilling
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe first line of the cardholder's billing address used in AVS.The second line of the cardholder's billing address used in AVS.The city of the cardholder's billing address used in AVS.The standard two-character ISO country code of the cardholder's billing address used in AVS.The full name of the cardholder as depicted on the billing address used in AVS.The phone number for the cardholder as depicted on the billing address used in AVS.The phone type indicator for the cardholder's billing address used in AVS.Address verification request response code.The state of the cardholder's billing address used in AVS.The zip code of the cardholder's billing address used in AVS.Exact address verification response sent by host authorization system (non-normalized by the Gateway).inthashCode()voidsetAvsAddress1(String avsAddress1) The first line of the cardholder's billing address used in AVS.voidsetAvsAddress2(String avsAddress2) The second line of the cardholder's billing address used in AVS.voidsetAvsCity(String avsCity) The city of the cardholder's billing address used in AVS.voidsetAvsCountryCode(String avsCountryCode) The standard two-character ISO country code of the cardholder's billing address used in AVS.voidsetAvsName(String avsName) The full name of the cardholder as depicted on the billing address used in AVS.voidsetAvsPhone(String avsPhone) The phone number for the cardholder as depicted on the billing address used in AVS.voidsetAvsPhoneType(String avsPhoneType) The phone type indicator for the cardholder's billing address used in AVS.voidsetAvsRespCode(String avsRespCode) Address verification request response code.voidsetAvsState(String avsState) The state of the cardholder's billing address used in AVS.voidThe zip code of the cardholder's billing address used in AVS.voidsetHostAVSRespCode(String hostAVSRespCode) Exact address verification response sent by host authorization system (non-normalized by the Gateway).toString()Methods inherited from class com.broadleafcommerce.vendor.chasepayment.service.support.AbstractAdditionalPropertiesAwareDTO
addAttribute, getAttributes
-
Constructor Details
-
AvsBilling
public AvsBilling()
-
-
Method Details
-
getAvsAddress1
The first line of the cardholder's billing address used in AVS. -
getAvsAddress2
The second line of the cardholder's billing address used in AVS. -
getAvsCity
The city of the cardholder's billing address used in AVS. -
getAvsState
The state of the cardholder's billing address used in AVS. -
getAvsZip
The zip code of the cardholder's billing address used in AVS. -
getAvsCountryCode
The standard two-character ISO country code of the cardholder's billing address used in AVS. -
getAvsName
The full name of the cardholder as depicted on the billing address used in AVS. -
getAvsPhone
The phone number for the cardholder as depicted on the billing address used in AVS. -
getAvsPhoneType
The phone type indicator for the cardholder's billing address used in AVS. -
getAvsRespCode
Address verification request response code. This value is conditional on AVS being requested. -
getHostAVSRespCode
Exact address verification response sent by host authorization system (non-normalized by the Gateway). -
setAvsAddress1
The first line of the cardholder's billing address used in AVS. -
setAvsAddress2
The second line of the cardholder's billing address used in AVS. -
setAvsCity
The city of the cardholder's billing address used in AVS. -
setAvsState
The state of the cardholder's billing address used in AVS. -
setAvsZip
The zip code of the cardholder's billing address used in AVS. -
setAvsCountryCode
The standard two-character ISO country code of the cardholder's billing address used in AVS. -
setAvsName
The full name of the cardholder as depicted on the billing address used in AVS. -
setAvsPhone
The phone number for the cardholder as depicted on the billing address used in AVS. -
setAvsPhoneType
The phone type indicator for the cardholder's billing address used in AVS. -
setAvsRespCode
Address verification request response code. This value is conditional on AVS being requested. -
setHostAVSRespCode
Exact address verification response sent by host authorization system (non-normalized by the Gateway). -
equals
- Overrides:
equalsin classAbstractAdditionalPropertiesAwareDTO
-
canEqual
- Overrides:
canEqualin classAbstractAdditionalPropertiesAwareDTO
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractAdditionalPropertiesAwareDTO
-
toString
- Overrides:
toStringin classAbstractAdditionalPropertiesAwareDTO
-