Table of Contents

Namespace anybill.POS.Client.Models.Receipt.Data.Line

Classes

DefaultLine

Default line of an item / product or service provided.

KeyValueLine

A KeyValue line is a custom line, which is not defined by the DFKA. This line should only be used if you need information which has to have a specific order. Please consider if using the "TextLineDto" or "DefaultLineDto" is sufficient for your needs. Key and Value will be shown on the left and right side of the pdf receipt. There will be no localization for the key and value.

LineBase

Definition of a line of the receipt.

TextLineBase