Class AdditionalTseData
- 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
Value
Value of the additional property.
public string Value { get; set; }