Uses of Class
com.onlinepayments.domain.MandatePersonalNameResponse
Packages that use MandatePersonalNameResponse
-
Uses of MandatePersonalNameResponse in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return MandatePersonalNameResponseModifier and TypeMethodDescriptionMandatePersonalInformationResponse.getName()Object containing the name details of the customer.MandatePersonalNameResponse.withFirstName(String value) Given name(s) or first name(s) of the customer.MandatePersonalNameResponse.withSurname(String value) Surname(s) or last name(s) of the customer.Methods in com.onlinepayments.domain with parameters of type MandatePersonalNameResponseModifier and TypeMethodDescriptionvoidMandatePersonalInformationResponse.setName(MandatePersonalNameResponse value) Object containing the name details of the customer.MandatePersonalInformationResponse.withName(MandatePersonalNameResponse value) Object containing the name details of the customer.