Package com.onlinepayments.domain
Class MandatePersonalInformationResponse
java.lang.Object
com.onlinepayments.domain.MandatePersonalInformationResponse
-
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)voidObject containing the name details of the customer.voidObject containing the title of the customer (Mr, Miss or Mrs)Object containing the name details of the customer.Object containing the title of the customer (Mr, Miss or Mrs)
-
Constructor Details
-
MandatePersonalInformationResponse
public MandatePersonalInformationResponse()
-
-
Method Details
-
getName
Object containing the name details of the customer. -
setName
Object containing the name details of the customer. -
withName
Object containing the name details of the customer. -
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)
-