Class DocumentCouponTextLine
- Namespace
- RetailForce.Fiscalisation.Model.Document
- Assembly
- RetailForce.Fiscalisation.Model.dll
Text line for coupons.
public class DocumentCouponTextLine : ITextPosition
- Inheritance
-
DocumentCouponTextLine
- Implements
- Inherited Members
Properties
Barcode
The bar code. Please set BarcodeType to set the correct type.
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Barcode { get; set; }
Property Value
Remarks
Send bar code without check digit. Sending bar code without setting BarcodeType will not print a bar code.
BarcodeType
The type of the bar code if property Barcode is set.
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public BarcodeType? BarcodeType { get; set; }
Property Value
Text
The text of the position.
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Text { get; set; }