Table of Contents

Class AnybillDataExtension

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

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

public class AnybillDataExtension
Inheritance
AnybillDataExtension
Inherited Members

Properties

DisableVatAmountsValidation

Disable the validation for the vatAmounts at receipt.data.vatAmounts Default value = false

public bool DisableVatAmountsValidation { get; set; }

Property Value

bool

Discounts

List of discounts applied to this receipt. Can be referenced in lines via the 'Id'-property.

public List<ReceiptDiscount> Discounts { get; set; }

Property Value

List<ReceiptDiscount>

EquivalentValueName

Equivalent value name, which is optionally displayed.

public string EquivalentValueName { get; set; }

Property Value

string

FullAmountInclVatBeforeDiscounts

The total gross total amount of this line. A precision of up to 5 decimal places is used.

public decimal? FullAmountInclVatBeforeDiscounts { get; set; }

Property Value

decimal?

FullEquivalentValue

Equivalent total value, which is optionally displayed.

public string FullEquivalentValue { get; set; }

Property Value

string

Tip

The amount of the tip. A precision of up to 5 decimal places is used.

public decimal? Tip { get; set; }

Property Value

decimal?