myDATATools.getPeppolVatex Method

Get the full list of vatExemptionCodes according to peppol. 
This method returns data for the provLine.peppolExemptionCode and provLine.peppolExemptionText fields. For more information about each exemption code, check the Peppol Vatex 
This function is not available in the Trial Version.
public Dictionary<string, string> getPeppolVatex()

Return Value

Dictionary<string, string>
Example
 
myDATATools mdt = new myDATATools("Arbitrans User", "Arbitrans Key");
Dictionary<string, string> vatex = mdt.getGovs();
foreach (var v in vatex)
{
    Console.WriteLine("  vatex Code: " & vatex.Key);
    Console.WriteLine("vatex reason: " & vatex.Value);
}
                    

.NET Framework

Supported in: 3.5 or newer