Package com.onlinepayments.domain
Class MandateCustomer
java.lang.Object
com.onlinepayments.domain.MandateCustomer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObject containing IBAN informationName of company, as a customerObject containing email addressObject containing consumer address details.Object containing personal information of the customer.voidObject containing IBAN informationvoidsetCompanyName(String value) Name of company, as a customervoidObject containing email addressvoidsetMandateAddress(MandateAddress value) Object containing consumer address details.voidObject containing personal information of the customer.Object containing IBAN informationwithCompanyName(String value) Name of company, as a customerObject containing email addresswithMandateAddress(MandateAddress value) Object containing consumer address details.Object containing personal information of the customer.
-
Constructor Details
-
MandateCustomer
public MandateCustomer()
-
-
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. Required for Create mandate and Create payment calls. Required for Create hostedCheckout calls where the IBAN is also provided. -
setMandateAddress
Object containing consumer address details. Required for Create mandate and Create payment calls. Required for Create hostedCheckout calls where the IBAN is also provided. -
withMandateAddress
Object containing consumer address details. Required for Create mandate and Create payment calls. Required for Create hostedCheckout calls where the IBAN is also provided. -
getPersonalInformation
Object containing personal information of the customer. Required for Create mandate and Create payment calls. -
setPersonalInformation
Object containing personal information of the customer. Required for Create mandate and Create payment calls. -
withPersonalInformation
Object containing personal information of the customer. Required for Create mandate and Create payment calls.
-