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
PaymentTypeDictionary
Paymenttype dictionary.
public static readonly Dictionary<PaymentType, int> PaymentTypeDictionary
Field Value
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
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
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.