ProvOrian.getQRAadeURL Method

Returns the validation URL of AADE. Use this URL to generate a QR Code on your own, or use the getQRAadeImage method to export an object-type image of the QR.
Public Function getQRAadeURL() As String
This language is not supported or no code example is available.
public string getQRAadeURL()
This language is not supported or no code example is available.

Return Value

string
Example
 
 var ori = new ProvOrian("orianUser", "orianPassword", "arbUser", "arbKey", false);
 
 // The "send invoice" code is here.
 
 string quURL = ori.getQRAadeURL();
 					
This language is not supported or no code example is available.
 Dim ori As ProvOrian = New ProvOrian("orianUser", "orianPassword", "arbUser", "arbKey", False)
 
 'The "send invoice" code is here.
 
 Dim quURL As string = ori.getQRAadeURL()
 					
This language is not supported or no code example is available.

.NET Framework

Supported in: 3.5 or newer

In this article

Definition