Uses of Class
com.onlinepayments.domain.PersonalName
Packages that use PersonalName
-
Uses of PersonalName in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return PersonalNameModifier and TypeMethodDescriptionAddressPersonal.getName()Object containing the name details of the customerPersonalInformation.getName()Object containing the name details of the customerPersonalName.withFirstName(String value) Given name(s) or first name(s) of the customerPersonalName.withSurname(String value) Surname(s) or last name(s) of the customerTitle of customerMethods in com.onlinepayments.domain with parameters of type PersonalNameModifier and TypeMethodDescriptionvoidAddressPersonal.setName(PersonalName value) Object containing the name details of the customervoidPersonalInformation.setName(PersonalName value) Object containing the name details of the customerAddressPersonal.withName(PersonalName value) Object containing the name details of the customerPersonalInformation.withName(PersonalName value) Object containing the name details of the customer