Class AdditionalTseData
Additional security data of the tse that is not explicitly defined in the TseDto.
Inheritance
System.Object
AdditionalTseData
Namespace: anybill.POS.Client.Models.Bill.Security.Tse.Extension.AdditionalTseData
Assembly: anybill.POS.Client.Abstractions.dll
Syntax
public class AdditionalTseData
Properties
DisplayName
Display name of the additional property.
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
Value of the additional property.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |