Class PersonalNameBase
Inheritance
PersonalNameBase
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class PersonalNameBase
Properties
FirstName
Given name(s) or first name(s) of the customer
Declaration
public string FirstName { get; set; }
Property Value
Surname
Declaration
public string Surname { get; set; }
Property Value
SurnamePrefix
Middle name - In between first name and surname - of the customer
Declaration
public string SurnamePrefix { get; set; }
Property Value