ProvOrian.getQRUrl Method

Returns the validation URL of the Invoicing Provider. Use this URL to generate a QR Code on your own, or use the getQRImage method to export an object-type image of the QR.
Public Function getQRUrl() As String
This language is not supported or no code example is available.
public string getQRUrl()
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.getQRUrl();
 					
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.getQRUrl()
 					
This language is not supported or no code example is available.

.NET Framework

Supported in: 3.5 or newer

In this article

Definition