Uses of Class
com.onlinepayments.domain.MandatePersonalName
Packages that use MandatePersonalName
-
Uses of MandatePersonalName in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return MandatePersonalNameModifier and TypeMethodDescriptionMandatePersonalInformation.getName()Object containing the name details of the customer.MandatePersonalName.withFirstName(String value) Given name(s) or first name(s) of the customer.MandatePersonalName.withSurname(String value) Surname(s) or last name(s) of the customer.Methods in com.onlinepayments.domain with parameters of type MandatePersonalNameModifier and TypeMethodDescriptionvoidMandatePersonalInformation.setName(MandatePersonalName value) Object containing the name details of the customer.MandatePersonalInformation.withName(MandatePersonalName value) Object containing the name details of the customer.