ProvIlyda.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 il = new ProvIlyda("ilydaUser", "ilydaPassword", "arbUser", "arbKey", false);
 
 // The "send invoice" code is here.
 
 string quURL = il.getQRAadeUrl();
 					
This language is not supported or no code example is available.
 Dim il As ProvIlyda = New ProvIlyda("ilydaUser", "ilydaPassword", "arbUser", "arbKey", False)
 
 'The "send invoice" code is here.
 
 Dim quURL As string = il.getQRAadeUrl()
 					
This language is not supported or no code example is available.

.NET Framework

Supported in: 3.5 or newer

In this article

Definition