Uses of Class
com.onlinepayments.domain.MandateCustomer
Packages that use MandateCustomer
-
Uses of MandateCustomer in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return MandateCustomerModifier and TypeMethodDescriptionCreateMandateRequest.getCustomer()Customer object containing customer specific inputs.CreateMandateWithReturnUrl.getCustomer()Customer object containing customer specific inputs.MandateCustomer.withBankAccountIban(BankAccountIban value) Object containing IBAN informationMandateCustomer.withCompanyName(String value) Name of company, as a customerMandateCustomer.withContactDetails(MandateContactDetails value) Object containing email addressMandateCustomer.withMandateAddress(MandateAddress value) Object containing consumer address details.MandateCustomer.withPersonalInformation(MandatePersonalInformation value) Object containing personal information of the customer.Methods in com.onlinepayments.domain with parameters of type MandateCustomerModifier and TypeMethodDescriptionvoidCreateMandateRequest.setCustomer(MandateCustomer value) Customer object containing customer specific inputs.voidCreateMandateWithReturnUrl.setCustomer(MandateCustomer value) Customer object containing customer specific inputs.CreateMandateRequest.withCustomer(MandateCustomer value) Customer object containing customer specific inputs.CreateMandateWithReturnUrl.withCustomer(MandateCustomer value) Customer object containing customer specific inputs.