Package com.onlinepayments.domain
Class MandatePersonalName
java.lang.Object
com.onlinepayments.domain.MandatePersonalName
-
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
-
MandatePersonalName
public MandatePersonalName()
-
-
Method Details
-
getFirstName
Given name(s) or first name(s) of the customer. Required for Create mandate and Create payment calls. -
setFirstName
Given name(s) or first name(s) of the customer. Required for Create mandate and Create payment calls. -
withFirstName
Given name(s) or first name(s) of the customer. Required for Create mandate and Create payment calls. -
getSurname
Surname(s) or last name(s) of the customer. Required for Create mandate and Create payment calls. -
setSurname
Surname(s) or last name(s) of the customer. Required for Create mandate and Create payment calls. -
withSurname
Surname(s) or last name(s) of the customer. Required for Create mandate and Create payment calls.
-