Class SecurityInformationData
- Assembly
- anybill.POS.Client.Abstractions.dll
Base object for security information data.
public class SecurityInformationData
- Inheritance
-
SecurityInformationData
- Inherited Members
Properties
DisplayName
public string DisplayName { get; set; }
Property Value
Displayed
Flag if security data should be displayed or not.
public bool? Displayed { get; set; }
Property Value
- bool?
Key
Key / id of the security information data.
public string Key { get; set; }
Property Value
SequenceNumber
Sequence number for the order of the security information data.
public int? SequenceNumber { get; set; }
Property Value
- int?
Type
Type of the security information data.
public SecurityInformationDataType Type { get; set; }
Property Value
Value
public string Value { get; set; }