Uses of Class
com.onlinepayments.domain.MandateCustomerResponse
Packages that use MandateCustomerResponse
-
Uses of MandateCustomerResponse in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return MandateCustomerResponseModifier and TypeMethodDescriptionMandateResponse.getCustomer()Customer object containing customer specific outputs.MandateCustomerResponse.withBankAccountIban(BankAccountIban value) Object containing IBAN informationMandateCustomerResponse.withCompanyName(String value) Name of company, as a customerMandateCustomerResponse.withContactDetails(MandateContactDetails value) Object containing email addressMandateCustomerResponse.withMandateAddress(MandateAddressResponse value) Object containing consumer address detailsMandateCustomerResponse.withPersonalInformation(MandatePersonalInformationResponse value) Object containing personal information of the customerMethods in com.onlinepayments.domain with parameters of type MandateCustomerResponseModifier and TypeMethodDescriptionvoidMandateResponse.setCustomer(MandateCustomerResponse value) Customer object containing customer specific outputs.MandateResponse.withCustomer(MandateCustomerResponse value) Customer object containing customer specific outputs.