Search Results for

    Show / Hide Table of Contents

    Class PaymentProductFieldFormElement

    Inheritance
    object
    PaymentProductFieldFormElement
    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 PaymentProductFieldFormElement

    Properties

    Type

    Type of form element to be used. The following types can be returned:

    • text - A normal text input field
    • list - A list of values that the customer needs to choose from, is detailed in the valueMapping array
    • currency - Currency fields should be split into two fields, with the second one being specifically for the cents
    • boolean - Boolean fields should offer the customer a choice, like accepting the terms and conditions of a product.
    • date - let the customer pick a date.
    Declaration
    public string Type { get; set; }
    Property Value
    Type Description
    string

    ValueMapping

    An array of values and displayNames that should be used to populate the list object in the GUI

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