Class MandateAddress

java.lang.Object
com.onlinepayments.domain.MandateAddress

public class MandateAddress extends Object
  • Constructor Details

    • MandateAddress

      public MandateAddress()
  • Method Details

    • getCity

      public String getCity()
      City Required for Create mandate and Create payment calls. Required for Create hostedCheckout calls where the IBAN is also provided.
    • setCity

      public void setCity(String value)
      City Required for Create mandate and Create payment calls. Required for Create hostedCheckout calls where the IBAN is also provided.
    • withCity

      public MandateAddress withCity(String value)
      City Required for Create mandate and Create payment calls. Required for Create hostedCheckout calls where the IBAN is also provided.
    • getCountryCode

      public String getCountryCode()
      ISO 3166-1 alpha-2 country code. Required for Create mandate and Create payment calls. Required for Create hostedCheckout calls where the IBAN is also provided.
    • setCountryCode

      public void setCountryCode(String value)
      ISO 3166-1 alpha-2 country code. Required for Create mandate and Create payment calls. Required for Create hostedCheckout calls where the IBAN is also provided.
    • withCountryCode

      public MandateAddress withCountryCode(String value)
      ISO 3166-1 alpha-2 country code. Required for Create mandate and Create payment calls. Required for Create hostedCheckout calls where the IBAN is also provided.
    • getHouseNumber

      public String getHouseNumber()
      House number
    • setHouseNumber

      public void setHouseNumber(String value)
      House number
    • withHouseNumber

      public MandateAddress withHouseNumber(String value)
      House number
    • getStreet

      public String getStreet()
      Streetname. Required for Create mandate and Create payment calls. Required for Create hostedCheckout calls where the IBAN is also provided.
    • setStreet

      public void setStreet(String value)
      Streetname. Required for Create mandate and Create payment calls. Required for Create hostedCheckout calls where the IBAN is also provided.
    • withStreet

      public MandateAddress withStreet(String value)
      Streetname. Required for Create mandate and Create payment calls. Required for Create hostedCheckout calls where the IBAN is also provided.
    • getZip

      public String getZip()
      Zip code. Required for Create mandate and Create payment calls. Required for Create hostedCheckout calls where the IBAN is also provided.
    • setZip

      public void setZip(String value)
      Zip code. Required for Create mandate and Create payment calls. Required for Create hostedCheckout calls where the IBAN is also provided.
    • withZip

      public MandateAddress withZip(String value)
      Zip code. Required for Create mandate and Create payment calls. Required for Create hostedCheckout calls where the IBAN is also provided.