Table of Contents

Enum DocumentIssueType

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

The type of the document how it was issued to the customer/partner.

public enum DocumentIssueType

Fields

DigitalReceipt = 1

The document was only issued as digital receipt.

NotIssued = 3

The document was not issued to the customer / partner.

Paper = 0

The document was only issued by paper.

PaperAndDigitalReceipt = 2