Package com.onlinepayments.domain
Class MandatePersonalNameResponse
java.lang.Object
com.onlinepayments.domain.MandatePersonalNameResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGiven name(s) or first name(s) of the customer.Surname(s) or last name(s) of the customer.voidsetFirstName(String value) Given name(s) or first name(s) of the customer.voidsetSurname(String value) Surname(s) or last name(s) of the customer.withFirstName(String value) Given name(s) or first name(s) of the customer.withSurname(String value) Surname(s) or last name(s) of the customer.
-
Constructor Details
-
MandatePersonalNameResponse
public MandatePersonalNameResponse()
-
-
Method Details
-
getFirstName
Given name(s) or first name(s) of the customer. -
setFirstName
Given name(s) or first name(s) of the customer. -
withFirstName
Given name(s) or first name(s) of the customer. -
getSurname
Surname(s) or last name(s) of the customer. -
setSurname
Surname(s) or last name(s) of the customer. -
withSurname
Surname(s) or last name(s) of the customer.
-