myDATATools.getInvoiceDeliveryStatus Method
These Codes are used for the field DeliveryOutcome.outcome
Public Function getInvoiceDeliveryStatus( _
Optional ByVal English As Boolean = False _
) As Dictionary(Of Integer, String)
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<int, string>
myDATATools mdt = new myDATATools("Arbitrans User", "Arbitrans Key");
Dictionary<int, string> result = mdt.getInvoiceDeliveryStatus(true);
This language is not supported or no code example is available.