Class AddressPersonal

java.lang.Object
com.onlinepayments.domain.AddressPersonal

public class AddressPersonal extends Object
  • Constructor Details

    • AddressPersonal

      public AddressPersonal()
  • Method Details

    • getAdditionalInfo

      public String getAdditionalInfo()
      Second line of street or additional address information
    • setAdditionalInfo

      public void setAdditionalInfo(String value)
      Second line of street or additional address information
    • withAdditionalInfo

      public AddressPersonal withAdditionalInfo(String value)
      Second line of street or additional address information
    • getCity

      public String getCity()
      City
    • setCity

      public void setCity(String value)
      City
    • withCity

      public AddressPersonal withCity(String value)
      City
    • getCompanyName

      public String getCompanyName()
      Company Name
    • setCompanyName

      public void setCompanyName(String value)
      Company Name
    • withCompanyName

      public AddressPersonal withCompanyName(String value)
      Company Name
    • getCountryCode

      public String getCountryCode()
      ISO 3166-1 alpha-2 country code
    • setCountryCode

      public void setCountryCode(String value)
      ISO 3166-1 alpha-2 country code
    • withCountryCode

      public AddressPersonal withCountryCode(String value)
      ISO 3166-1 alpha-2 country code
    • getHouseNumber

      public String getHouseNumber()
      House number
    • setHouseNumber

      public void setHouseNumber(String value)
      House number
    • withHouseNumber

      public AddressPersonal withHouseNumber(String value)
      House number
    • getName

      public PersonalName getName()
      Object containing the name details of the customer
    • setName

      public void setName(PersonalName value)
      Object containing the name details of the customer
    • withName

      public AddressPersonal withName(PersonalName value)
      Object containing the name details of the customer
    • getState

      public String getState()
      ISO 3166-2 country subdivision code
    • setState

      public void setState(String value)
      ISO 3166-2 country subdivision code
    • withState

      public AddressPersonal withState(String value)
      ISO 3166-2 country subdivision code
    • getStreet

      public String getStreet()
      Street name
    • setStreet

      public void setStreet(String value)
      Street name
    • withStreet

      public AddressPersonal withStreet(String value)
      Street name
    • getZip

      public String getZip()
      Zip code
    • setZip

      public void setZip(String value)
      Zip code
    • withZip

      public AddressPersonal withZip(String value)
      Zip code