Class AccountOnFileDisplayHints
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Product.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class AccountOnFileDisplayHints
Properties
LabelTemplate
Array of attribute keys and their mask
Declaration
public IList<LabelTemplateElement> LabelTemplate { get; set; }
Property Value
Type | Description |
---|---|
IList<LabelTemplateElement> |
Logo
Partial URL that you can reference for the image of this payment product. 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 Logo { get; set; }
Property Value
Type | Description |
---|---|
string |