Table of Contents

Class AnybillSecurityExtension

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

bool

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

string

Required

If fiscalization is required.

public bool Required { get; set; }

Property Value

bool

TseFailure

Specifies if TSE check has failed.

[Obsolete("Use 'Failure' instead.")]
public bool TseFailure { set; }

Property Value

bool

TseRequired

[Obsolete("Use 'Required' instead.")]
public bool TseRequired { set; }

Property Value

bool