Class Security
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
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
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; }