Class LabelTemplateElement
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.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 |