Table of Contents

Class AdditionalRksvData

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

string

Value

Value of the additional property.

public string Value { get; set; }

Property Value

string