Package com.onlinepayments.domain
Class MandateAddressResponse
java.lang.Object
com.onlinepayments.domain.MandateAddressResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCity()CityISO 3166-1 alpha-2 country code.House numberStreetnamegetZip()Zip codevoidCityvoidsetCountryCode(String value) ISO 3166-1 alpha-2 country code.voidsetHouseNumber(String value) House numbervoidStreetnamevoidZip codeCitywithCountryCode(String value) ISO 3166-1 alpha-2 country code.withHouseNumber(String value) House numberwithStreet(String value) StreetnameZip code
-
Constructor Details
-
MandateAddressResponse
public MandateAddressResponse()
-
-
Method Details
-
getCity
City -
setCity
City -
withCity
City -
getCountryCode
ISO 3166-1 alpha-2 country code. -
setCountryCode
ISO 3166-1 alpha-2 country code. -
withCountryCode
ISO 3166-1 alpha-2 country code. -
getHouseNumber
House number -
setHouseNumber
House number -
withHouseNumber
House number -
getStreet
Streetname -
setStreet
Streetname -
withStreet
Streetname -
getZip
Zip code -
setZip
Zip code -
withZip
Zip code
-