Table of Contents

Class AnybillMiscExtension

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

Anybill extensions to the misc object of the version '1.0.0' of the DFKA.

public class AnybillMiscExtension
Inheritance
AnybillMiscExtension
Inherited Members

Properties

AfterSalesCoupons

List of after sales coupon the receipt recipient should get.

public List<AfterSalesCoupon> AfterSalesCoupons { get; set; }

Property Value

List<AfterSalesCoupon>

CashierName

Name of the cashier who processed the transaction.

public string CashierName { get; set; }

Property Value

string

Categories

List of categories to categorize this receipt for the user. Unknown categories will be ignored.

public List<Guid> Categories { get; set; }

Property Value

List<Guid>

CountrySpecificAttributes

Country specific attributes

public CountrySpecificAttributesBase CountrySpecificAttributes { get; set; }

Property Value

CountrySpecificAttributesBase

CustomSections

Define custom sections between already existing sections.

public List<CustomSection> CustomSections { get; set; }

Property Value

List<CustomSection>

IsCopy

Mark receipt as a copy receipt.

public bool? IsCopy { get; set; }

Property Value

bool?

IsExample

Mark receipt as an example receipt.

public bool IsExample { get; set; }

Property Value

bool

IsHospitalityBill

Mark receipt as a hospitality receipt.

public bool? IsHospitalityBill { get; set; }

Property Value

bool?

IsInvoice

Mark receipt as an invoice. Used with PDF export to create an invoice instead of a receipt.

public bool? IsInvoice { get; set; }

Property Value

bool?

ReceiptLanguage

The receipt language given as a ISO 639-1 language code.

public string ReceiptLanguage { get; set; }

Property Value

string

ReceiptTransactionType

Type of the receipt transaction default should be PurchaseReceipt

public ReceiptTransactionType ReceiptTransactionType { get; set; }

Property Value

ReceiptTransactionType

ReturnBarcode

Data to display a return barcode.

public string ReturnBarcode { get; set; }

Property Value

string

ReturnBarcodeType

The type of the return barcode. Must be set if 'ReturnBarcode' is set.

public ReturnBarcodeType? ReturnBarcodeType { get; set; }

Property Value

ReturnBarcodeType?