Class LabelTemplateElement
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Product.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class LabelTemplateElement
Properties
AttributeKey
Name of the attribute that is shown to the customer on selection pages or screens
Declaration
public string AttributeKey { get; set; }
Property Value
Type | Description |
---|---|
string |
Mask
Regular mask for the attributeKey
Note: The mask is optional as not every field has a mask
Declaration
public string Mask { get; set; }
Property Value
Type | Description |
---|---|
string |