Table of Contents

Class SecurityInformationData

Namespace
anybill.POS.Client.Models.Receipt.Security.SecurityInformation
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

string

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

string

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

SecurityInformationDataType

Value

public string Value { get; set; }

Property Value

string