Search Results for

    Show / Hide Table of Contents

    Class ValueMappingElement

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

    Properties

    DisplayElements

    List of extra data of the value.

    Declaration
    public IList<PaymentProductFieldDisplayElement> DisplayElements { get; set; }
    Property Value
    Type Description
    IList<PaymentProductFieldDisplayElement>

    DisplayName

    Key name

    Declaration
    [Obsolete("Use displayElements instead with ID 'displayName'")]
    public string DisplayName { get; set; }
    Property Value
    Type Description
    string

    Value

    Value corresponding to the key

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