Class Receipt
The definition of a receipt based on the version '1.0.0' of the DFKA.
public class Receipt
- Inheritance
-
Receipt
- Inherited Members
Properties
CashRegister
Information about the cash register that created the receipt.
public CashRegister CashRegister { get; set; }
Property Value
CountryCode
The country code of the receipt. In ISO 3166-1 alpha-3 format. Will be used to determine validation rules.
public string CountryCode { get; set; }
Property Value
Data
Receipt data.
public Data Data { get; set; }
Property Value
Head
Head data of the receipt.
public Head Head { get; set; }
Property Value
Id
The id of the receipt if a preGenerated receipt was created.
public Guid? Id { get; set; }
Property Value
- Guid?
Misc
Optional additional data.
public Misc Misc { get; set; }
Property Value
Security
Data to secure the receipt via TSE.
public Security Security { get; set; }