Uses of Class
com.onlinepayments.domain.PersonalInformation
Packages that use PersonalInformation
-
Uses of PersonalInformation in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return PersonalInformationModifier and TypeMethodDescriptionCustomer.getPersonalInformation()Object containing personal information like name, date of birth and gender.PersonalInformation.withDateOfBirth(String value) The date of birth of the customer of the recipient of the loan.PersonalInformation.withGender(String value) The gender of the customer.PersonalInformation.withName(PersonalName value) Object containing the name details of the customerMethods in com.onlinepayments.domain with parameters of type PersonalInformationModifier and TypeMethodDescriptionvoidCustomer.setPersonalInformation(PersonalInformation value) Object containing personal information like name, date of birth and gender.Customer.withPersonalInformation(PersonalInformation value) Object containing personal information like name, date of birth and gender.