Table of Contents

Class GreeceValidation

Namespace
RetailForce.Fiscalisation.Implementation.Greece
Assembly
RetailForce.Fiscalisation.Model.dll
public static class GreeceValidation
Inheritance
GreeceValidation
Inherited Members

Fields

GR_ENTITYPARAMETER_REPRESENTATIVE_VATNUMBER

public const string GR_ENTITYPARAMETER_REPRESENTATIVE_VATNUMBER = "REPRESENTATIVE_VATNUMBER"

Field Value

string

PaymentTypeDictionary

Paymenttype dictionary.

public static readonly Dictionary<PaymentType, int> PaymentTypeDictionary

Field Value

Dictionary<PaymentType, int>

Remarks

Payment type none must not be mapped -> it is excluded in transfer

SupportedVatDefinitions

Supported vat definitions

public static readonly ReadOnlyCollection<Vat> SupportedVatDefinitions

Field Value

ReadOnlyCollection<Vat>

Remarks

Vatidentification equals vat id of mydata system in Greece. There is no mapping table defined.

Properties

PossibleAquirer

Possible list of aquirer for Greece.

public static List<string> PossibleAquirer { get; }

Property Value

List<string>

Methods

GetNoCashPaymentTypes()

Returns all payment types which are treated as not to be cash in Greece.

public static List<PaymentType> GetNoCashPaymentTypes()

Returns

List<PaymentType>

A list of all payment types which are treated as not to be cash in Greece.