Class Misc
Optional additional data.
Inheritance
System.Object
Misc
Namespace: anybill.POS.Client.Models.Bill.Misc
Assembly: anybill.POS.Client.Abstractions.dll
Syntax
public class Misc
Properties
AdditionalReceipts
Additional documents in text form as images or PDF (e.g. card terminal receipts).
Declaration
public List<AdditionalReceipt> AdditionalReceipts { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<AdditionalReceipt> |
Extension
Anybill specific extensions.
Declaration
public AnybillMiscExtension Extension { get; set; }
Property Value
Type | Description |
---|---|
AnybillMiscExtension |
FooterText
Optional footer text that should appear at the end of the receipt.
Declaration
public string FooterText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Logo
Logo that should appear on the receipt. Optionally set to replace the logo of the vendor in the anybill system.
Declaration
public Logo Logo { get; set; }
Property Value
Type | Description |
---|---|
Logo |