Package com.onlinepayments.domain
Class MandatePersonalInformation
java.lang.Object
com.onlinepayments.domain.MandatePersonalInformation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Object containing the name details of the customer.getTitle()Object containing the title of the customer (Mr, Miss or Mrs)voidsetName(MandatePersonalName value) Object containing the name details of the customer.voidObject containing the title of the customer (Mr, Miss or Mrs)withName(MandatePersonalName value) Object containing the name details of the customer.Object containing the title of the customer (Mr, Miss or Mrs)
-
Constructor Details
-
MandatePersonalInformation
public MandatePersonalInformation()
-
-
Method Details
-
getName
Object containing the name details of the customer. Required for Create mandate and Create payment calls. -
setName
Object containing the name details of the customer. Required for Create mandate and Create payment calls. -
withName
Object containing the name details of the customer. Required for Create mandate and Create payment calls. -
getTitle
Object containing the title of the customer (Mr, Miss or Mrs) -
setTitle
Object containing the title of the customer (Mr, Miss or Mrs) -
withTitle
Object containing the title of the customer (Mr, Miss or Mrs)
-