Uses of Class
com.onlinepayments.domain.MandateAddress
Packages that use MandateAddress
-
Uses of MandateAddress in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return MandateAddressModifier and TypeMethodDescriptionMandateCustomer.getMandateAddress()Object containing consumer address details.City Required for Create mandate and Create payment calls.MandateAddress.withCountryCode(String value) ISO 3166-1 alpha-2 country code.MandateAddress.withHouseNumber(String value) House numberMandateAddress.withStreet(String value) Streetname.Zip code.Methods in com.onlinepayments.domain with parameters of type MandateAddressModifier and TypeMethodDescriptionvoidMandateCustomer.setMandateAddress(MandateAddress value) Object containing consumer address details.MandateCustomer.withMandateAddress(MandateAddress value) Object containing consumer address details.