Class PaymentProductFieldTooltip
Inherited Members
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 |