Class PersonalNameBase
  
  
  
    Inheritance
    
    PersonalNameBase
      
      
      
   
  
  Namespace: Ingenico.Connect.Sdk.Domain.Definitions
  Assembly: connect-sdk-dotnet.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