Class AnybillDataExtension
Anybill extensions to the data object of the version '1.0.0' of the DFKA.
Inheritance
System.Object
AnybillDataExtension
Namespace: anybill.POS.Client.Models.Bill.Data.Extension
Assembly: anybill.POS.Client.Abstractions.dll
Syntax
public class AnybillDataExtension
Properties
Discounts
List of discounts applied to this bill. Can be referenced in lines via the 'Id'-property.
Declaration
public List<BillDiscount> Discounts { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BillDiscount> |
FullAmountInclVatBeforeDiscounts
The total gross total amount of this line. A precision of up to 5 decimal places is used.
Declaration
public decimal? FullAmountInclVatBeforeDiscounts { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
Tip
The amount of the tip. A precision of up to 5 decimal places is used.
Declaration
public decimal? Tip { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |