Table of Contents

Class DocumentCoupon

Namespace
RetailForce.Fiscalisation.Model.Document
Assembly
RetailForce.Fiscalisation.Model.dll

A possible additional coupon for print outs.

public class DocumentCoupon
Inheritance
DocumentCoupon
Inherited Members

Properties

Footer coupon lines.

public List<DocumentCouponTextLine> Footer { get; set; }

Property Value

List<DocumentCouponTextLine>

Graphic

Graphic for the coupon.

public string Graphic { get; set; }

Property Value

string

Remarks

Bitmap data formatted as base64 encoded string.

Header

Header coupon lines.

public List<DocumentCouponTextLine> Header { get; set; }

Property Value

List<DocumentCouponTextLine>