Package com.onlinepayments.domain
Class MandateCustomerResponse
java.lang.Object
com.onlinepayments.domain.MandateCustomerResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObject containing IBAN informationName of company, as a customerObject containing email addressObject containing consumer address detailsObject containing personal information of the customervoidObject containing IBAN informationvoidsetCompanyName(String value) Name of company, as a customervoidObject containing email addressvoidObject containing consumer address detailsvoidObject containing personal information of the customerObject containing IBAN informationwithCompanyName(String value) Name of company, as a customerObject containing email addressObject containing consumer address detailsObject containing personal information of the customer
-
Constructor Details
-
MandateCustomerResponse
public MandateCustomerResponse()
-
-
Method Details
-
getBankAccountIban
Object containing IBAN information -
setBankAccountIban
Object containing IBAN information -
withBankAccountIban
Object containing IBAN information -
getCompanyName
Name of company, as a customer -
setCompanyName
Name of company, as a customer -
withCompanyName
Name of company, as a customer -
getContactDetails
Object containing email address -
setContactDetails
Object containing email address -
withContactDetails
Object containing email address -
getMandateAddress
Object containing consumer address details -
setMandateAddress
Object containing consumer address details -
withMandateAddress
Object containing consumer address details -
getPersonalInformation
Object containing personal information of the customer -
setPersonalInformation
Object containing personal information of the customer -
withPersonalInformation
Object containing personal information of the customer
-