Class AnybillDataExtension
- 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
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
EquivalentValueName
Equivalent value name, which is optionally displayed.
public string EquivalentValueName { get; set; }
Property Value
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
FullEquivalentValue
Equivalent total value, which is optionally displayed.
public string FullEquivalentValue { get; set; }
Property Value
Tip
The amount of the tip. A precision of up to 5 decimal places is used.
public decimal? Tip { get; set; }