Search Results for

    Show / Hide Table of Contents

    Class MandatePersonalName

    Inheritance
    object
    MandatePersonalName
    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.Mandates.Definitions
    Assembly: connect-sdk-dotnet.dll
    Syntax
    public class MandatePersonalName

    Properties

    FirstName

    Given name(s) or first name(s) of the customer

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

    Surname

    Surname(s) or last name(s) of the customer

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