java.lang.Object
com.broadleafcommerce.vendor.chasepayment.service.support.AbstractAdditionalPropertiesAwareDTO
com.broadleafcommerce.vendor.chasepayment.service.orbital.domain.subschemas.AvsBilling
All Implemented Interfaces:
Serializable

public class AvsBilling extends AbstractAdditionalPropertiesAwareDTO implements Serializable
See Also:
  • Constructor Details

    • AvsBilling

      public AvsBilling()
  • Method Details

    • getAvsAddress1

      public String getAvsAddress1()
      The first line of the cardholder's billing address used in AVS.
    • getAvsAddress2

      public String getAvsAddress2()
      The second line of the cardholder's billing address used in AVS.
    • getAvsCity

      public String getAvsCity()
      The city of the cardholder's billing address used in AVS.
    • getAvsState

      public String getAvsState()
      The state of the cardholder's billing address used in AVS.
    • getAvsZip

      public String getAvsZip()
      The zip code of the cardholder's billing address used in AVS.
    • getAvsCountryCode

      public String getAvsCountryCode()
      The standard two-character ISO country code of the cardholder's billing address used in AVS.
    • getAvsName

      public String getAvsName()
      The full name of the cardholder as depicted on the billing address used in AVS.
    • getAvsPhone

      public String getAvsPhone()
      The phone number for the cardholder as depicted on the billing address used in AVS.
    • getAvsPhoneType

      public String getAvsPhoneType()
      The phone type indicator for the cardholder's billing address used in AVS.
    • getAvsRespCode

      public String getAvsRespCode()
      Address verification request response code. This value is conditional on AVS being requested.
    • getHostAVSRespCode

      public String getHostAVSRespCode()
      Exact address verification response sent by host authorization system (non-normalized by the Gateway).
    • setAvsAddress1

      public void setAvsAddress1(String avsAddress1)
      The first line of the cardholder's billing address used in AVS.
    • setAvsAddress2

      public void setAvsAddress2(String avsAddress2)
      The second line of the cardholder's billing address used in AVS.
    • setAvsCity

      public void setAvsCity(String avsCity)
      The city of the cardholder's billing address used in AVS.
    • setAvsState

      public void setAvsState(String avsState)
      The state of the cardholder's billing address used in AVS.
    • setAvsZip

      public void setAvsZip(String avsZip)
      The zip code of the cardholder's billing address used in AVS.
    • setAvsCountryCode

      public void setAvsCountryCode(String avsCountryCode)
      The standard two-character ISO country code of the cardholder's billing address used in AVS.
    • setAvsName

      public void setAvsName(String avsName)
      The full name of the cardholder as depicted on the billing address used in AVS.
    • setAvsPhone

      public void setAvsPhone(String avsPhone)
      The phone number for the cardholder as depicted on the billing address used in AVS.
    • setAvsPhoneType

      public void setAvsPhoneType(String avsPhoneType)
      The phone type indicator for the cardholder's billing address used in AVS.
    • setAvsRespCode

      public void setAvsRespCode(String avsRespCode)
      Address verification request response code. This value is conditional on AVS being requested.
    • setHostAVSRespCode

      public void setHostAVSRespCode(String hostAVSRespCode)
      Exact address verification response sent by host authorization system (non-normalized by the Gateway).
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class AbstractAdditionalPropertiesAwareDTO
    • canEqual

      protected boolean canEqual(Object other)
      Overrides:
      canEqual in class AbstractAdditionalPropertiesAwareDTO
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class AbstractAdditionalPropertiesAwareDTO
    • toString

      public String toString()
      Overrides:
      toString in class AbstractAdditionalPropertiesAwareDTO