Search Results for

    Show / Hide Table of Contents

    Class CardEssentials

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

    Properties

    CardholderName

    The card holder's name on the card.

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

    CardNumber

    The complete credit/debit card number

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

    ExpiryDate

    Expiry date of the card
    Format: MMYY

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