Uses of Class
com.onlinepayments.domain.MandatePersonalInformation
Packages that use MandatePersonalInformation
-
Uses of MandatePersonalInformation in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return MandatePersonalInformationModifier and TypeMethodDescriptionMandateCustomer.getPersonalInformation()Object containing personal information of the customer.MandatePersonalInformation.withName(MandatePersonalName value) Object containing the name details of the customer.Object containing the title of the customer (Mr, Miss or Mrs)Methods in com.onlinepayments.domain with parameters of type MandatePersonalInformationModifier and TypeMethodDescriptionvoidMandateCustomer.setPersonalInformation(MandatePersonalInformation value) Object containing personal information of the customer.MandateCustomer.withPersonalInformation(MandatePersonalInformation value) Object containing personal information of the customer.