Search Results for

    Show / Hide Table of Contents

    Class PersonalInformation

    Inheritance
    object
    PersonalInformation
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Ingenico.Connect.Sdk.Domain.Payment.Definitions
    Assembly: connect-sdk-dotnet.dll
    Syntax
    public class PersonalInformation

    Properties

    DateOfBirth

    The date of birth of the customer
    Format: YYYYMMDD

    Declaration
    public string DateOfBirth { get; set; }
    Property Value
    Type Description
    string

    Gender

    The gender of the customer, possible values are:

    • male
    • female
    • unknown or empty
    Declaration
    public string Gender { get; set; }
    Property Value
    Type Description
    string

    Identification

    Object containing identification documents information

    Declaration
    public PersonalIdentification Identification { get; set; }
    Property Value
    Type Description
    PersonalIdentification

    Name

    Object containing the name details of the customer

    Declaration
    public PersonalName Name { get; set; }
    Property Value
    Type Description
    PersonalName
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.