Class SecurityInformation
- Assembly
- anybill.POS.Client.Abstractions.dll
Dynamic Fiscalization / security data.
public class SecurityInformation : TseBase
- Inheritance
-
SecurityInformation
- Inherited Members
Properties
Data
Security information data.
public List<SecurityInformationData> Data { get; set; }
Property Value
Title
Title of the security information.
public string Title { get; set; }
Property Value
Type
the type discriminator.
public string Type { get; }