public class MandatePersonalInformation extends Object
| Constructor and Description |
|---|
MandatePersonalInformation() |
| Modifier and Type | Method and Description |
|---|---|
MandatePersonalName |
getName()
Object containing the name details of the customer.
|
String |
getTitle()
Object containing the title of the customer (Mr, Miss or Mrs).
|
void |
setName(MandatePersonalName value)
Object containing the name details of the customer.
|
void |
setTitle(String value)
Object containing the title of the customer (Mr, Miss or Mrs).
|
MandatePersonalInformation |
withName(MandatePersonalName value)
Object containing the name details of the customer.
|
MandatePersonalInformation |
withTitle(String value)
Object containing the title of the customer (Mr, Miss or Mrs).
|
public MandatePersonalName getName()
public void setName(MandatePersonalName value)
public MandatePersonalInformation withName(MandatePersonalName value)
public String getTitle()
public void setTitle(String value)
public MandatePersonalInformation withTitle(String value)
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.