Class Misc
Optional additional data.
public class Misc
- Inheritance
-
Misc
- Inherited Members
Properties
AdditionalReceipts
Additional documents in text form as images or PDF (e.g. card terminal receipts).
public List<AdditionalReceipt> AdditionalReceipts { get; set; }
Property Value
Extension
Anybill specific extensions.
public AnybillMiscExtension Extension { get; set; }
Property Value
FooterText
Optional footer text that should appear at the end of the receipt.
public string FooterText { get; set; }