Table of Contents

Class PolandValidation

Namespace
RetailForce.Fiscalisation.Implementation.Poland
Assembly
RetailForce.Fiscalisation.Model.dll
public class PolandValidation
Inheritance
PolandValidation
Inherited Members

Fields

SupportedPaymentsMapping

public static ReadOnlyDictionary<PaymentType, int> SupportedPaymentsMapping

Field Value

ReadOnlyDictionary<PaymentType, int>

SupportedVatDefinitions

public static readonly ReadOnlyCollection<Vat> SupportedVatDefinitions

Field Value

ReadOnlyCollection<Vat>

Methods

ValidateDocument(Document)

Document validation for bulgaria.

public static List<DocumentValidationError> ValidateDocument(Document document)

Parameters

document Document

The document to validate.

Returns

List<DocumentValidationError>

A list of validation errors if occurred; otherwise an empty list.