Table of Contents

Class Receipt

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

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

CashRegister

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

string

Data

Receipt data.

public Data Data { get; set; }

Property Value

Data

Head

Head data of the receipt.

public Head Head { get; set; }

Property Value

Head

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

Misc

Security

Data to secure the receipt via TSE.

public Security Security { get; set; }

Property Value

Security