Search Results for

    Show / Hide Table of Contents

    Class PaymentProductFieldDisplayElement

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

    Properties

    Id

    The ID of the display element.

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

    Label

    The label of the display element.

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

    Type

    The type of the display element. Indicates how the value should be presented. Possible values are:

    • STRING - as plain text
    • CURRENCY - as an amount in cents displayed with a decimal separator and the currency of the payment
    • PERCENTAGE - as a number with a percentage sign
    • INTEGER - as an integer
    • URI - as a link
    Declaration
    public string Type { get; set; }
    Property Value
    Type Description
    string

    Value

    the value of the display element.

    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.