Class AnybillSecurityExtension
- Assembly
- anybill.POS.Client.Abstractions.dll
Anybill extensions to the security object of the version '1.0.0' of the DFKA.
public class AnybillSecurityExtension
- Inheritance
-
AnybillSecurityExtension
- Inherited Members
Properties
Failure
If fiscalization has failed.
public bool Failure { get; set; }
Property Value
PublicKey
Public key of the transaction. The PublicKey is necessary for EV-Charging and is displayed on the PDF receipt.
public string PublicKey { get; set; }
Property Value
Required
If fiscalization is required.
public bool Required { get; set; }
Property Value
TseFailure
Specifies if TSE check has failed.
[Obsolete("Use 'Failure' instead.")]
public bool TseFailure { set; }
Property Value
TseRequired
[Obsolete("Use 'Required' instead.")]
public bool TseRequired { set; }