Package com.onlinepayments.domain
Class MandateAddress
java.lang.Object
com.onlinepayments.domain.MandateAddress
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCity()City Required for Create mandate and Create payment calls.ISO 3166-1 alpha-2 country code.House numberStreetname.getZip()Zip code.voidCity Required for Create mandate and Create payment calls.voidsetCountryCode(String value) ISO 3166-1 alpha-2 country code.voidsetHouseNumber(String value) House numbervoidStreetname.voidZip code.City Required for Create mandate and Create payment calls.withCountryCode(String value) ISO 3166-1 alpha-2 country code.withHouseNumber(String value) House numberwithStreet(String value) Streetname.Zip code.
-
Constructor Details
-
MandateAddress
public MandateAddress()
-
-
Method Details
-
getCity
City Required for Create mandate and Create payment calls. Required for Create hostedCheckout calls where the IBAN is also provided. -
setCity
City Required for Create mandate and Create payment calls. Required for Create hostedCheckout calls where the IBAN is also provided. -
withCity
City Required for Create mandate and Create payment calls. Required for Create hostedCheckout calls where the IBAN is also provided. -
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
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
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
House number -
setHouseNumber
House number -
withHouseNumber
House number -
getStreet
Streetname. Required for Create mandate and Create payment calls. Required for Create hostedCheckout calls where the IBAN is also provided. -
setStreet
Streetname. Required for Create mandate and Create payment calls. Required for Create hostedCheckout calls where the IBAN is also provided. -
withStreet
Streetname. Required for Create mandate and Create payment calls. Required for Create hostedCheckout calls where the IBAN is also provided. -
getZip
Zip code. Required for Create mandate and Create payment calls. Required for Create hostedCheckout calls where the IBAN is also provided. -
setZip
Zip code. Required for Create mandate and Create payment calls. Required for Create hostedCheckout calls where the IBAN is also provided. -
withZip
Zip code. Required for Create mandate and Create payment calls. Required for Create hostedCheckout calls where the IBAN is also provided.
-