Table of Contents

Class AdditionalTseData

Namespace
anybill.POS.Client.Models.Receipt.Security.Tse.Tse
Assembly
anybill.POS.Client.Abstractions.dll

Additional security data of the tse that is not explicitly defined in the TseDto.

public class AdditionalTseData
Inheritance
AdditionalTseData
Inherited Members

Properties

DisplayName

Display name of the additional property.

public string DisplayName { get; set; }

Property Value

string

Value

Value of the additional property.

public string Value { get; set; }

Property Value

string