public class PersonalName extends Object
| Constructor and Description |
|---|
PersonalName() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFirstName()
Given name(s) or first name(s) of the customer
|
String |
getSurname()
Surname(s) or last name(s) of the customer
|
String |
getTitle()
Title of customer
|
void |
setFirstName(String value)
Given name(s) or first name(s) of the customer
|
void |
setSurname(String value)
Surname(s) or last name(s) of the customer
|
void |
setTitle(String value)
Title of customer
|
PersonalName |
withFirstName(String value)
Given name(s) or first name(s) of the customer
|
PersonalName |
withSurname(String value)
Surname(s) or last name(s) of the customer
|
PersonalName |
withTitle(String value)
Title of customer
|
public String getFirstName()
public void setFirstName(String value)
public PersonalName withFirstName(String value)
public String getSurname()
public void setSurname(String value)
public PersonalName withSurname(String value)
public String getTitle()
public void setTitle(String value)
public PersonalName withTitle(String value)
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.