Search Results for

    Show / Hide Table of Contents

    Class PaymentProductFieldTooltip

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

    Properties

    Image

    Relative URL that can be used to retrieve an image for the tooltip image. You can use our server-side resize functionality by appending '?size={{width}}x{{height}}' to the full URL, where width and height are specified in pixels. The resized image will always keep its correct aspect ratio.

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

    Label

    A text explaining the field in more detail. This is meant to be used for displaying to the customer.

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