Class Bill
The definition of a bill based on the version '1.0.0' of the DFKA.
Inheritance
System.Object
Bill
Namespace: anybill.POS.Client.Models.Bill
Assembly: anybill.POS.Client.Abstractions.dll
Syntax
public class Bill
Properties
CashRegister
Information about the cash register that created the bill.
Declaration
public CashRegister CashRegister { get; set; }
Property Value
Type | Description |
---|---|
CashRegister |
Data
Bill data.
Declaration
public Data Data { get; set; }
Property Value
Type | Description |
---|---|
Data |
Head
Head data of the bill.
Declaration
public Head Head { get; set; }
Property Value
Type | Description |
---|---|
Head |
Id
The id of the bill if a preGenerated bill was created.
Declaration
public Guid? Id { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
Misc
Optional additional data.
Declaration
public Misc Misc { get; set; }
Property Value
Type | Description |
---|---|
Misc |
Security
Data to secure the receipt via TSE.
Declaration
public Security Security { get; set; }
Property Value
Type | Description |
---|---|
Security |