myDATATools.getInvoiceVariationType Method
Invoice Variation Types are used for the field elements.invoiceVariationType.
Invoice Variation Type is a required field when an invoice is sent to myDATA in the event that the obligated issuer neglects to do so.
Typically, it is applied to expenditures for which the Greek issuer neglected to send the invoice to myDATA.
Public Function getInvoiceVariationType( _
Optional ByVal English As Boolean = False _
) As Dictionary(Of String, Object)
This language is not supported or no code example is available.
Parameters
- English
- bool
Optional. If True, the result in English terms. Default is False
Return Value
Dictionary<string, object>myDATATools mdt = new myDATATools("Arbitrans User", "Arbitrans Key"); Dictionary<string, object> result = mdt.getinvoiceVariationType();
This language is not supported or no code example is available.