Class AdditionalRksvData
- Assembly
- anybill.POS.Client.Abstractions.dll
Additional security data of the rksv that is not explicitly defined in the Rksv.
public class AdditionalRksvData
- Inheritance
-
AdditionalRksvData
- 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; }