Table of Contents

Class Security

Namespace
anybill.POS.Client.Models.Receipt.Security
Assembly
anybill.POS.Client.Abstractions.dll

Data to secure the receipt via TSE.

public class Security
Inheritance
Security
Inherited Members

Properties

Extension

Anybill specific extensions.

public AnybillSecurityExtension Extension { get; set; }

Property Value

AnybillSecurityExtension

Fiscalization

Represents the Fiscalization data object. This encapsulates specific fiscalization data relevant to different regions. For instance, it holds 'Tse' for Germany, 'BoiTVA' for France etc.

This property is conditional depending on the settings in 'anybill' extensions:

  • Optional: If 'Failure' in anybill extensions is set to 'true', this property does not necessarily need to be populated.
  • Not Required: If 'Required' in anybill extensions is set to 'false', this property can be omitted.
public TseBase Fiscalization { get; set; }

Property Value

TseBase

Tse

Security features that are required for the verification of the document according to 'KassenSichV'. Optional if 'TseFailure' in anybill extensions is set to 'true'. Not required if 'TseRequired' in anybill extensions is set to 'false'.

[Obsolete("Use 'Fiscalization' instead.")]
public TseBase Tse { set; }

Property Value

TseBase