ProvIlyda.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.
This language is not supported or no code example is available.
Return Value
string
var il = new ProvIlyda("ilydaUser", "ilydaPassword", "arbUser", "arbKey", false);
// The "send invoice" code is here.
string quURL = il.getQRUrl();
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.getQRUrl()
This language is not supported or no code example is available.
.NET Framework
Supported in: 3.5 or newer