ProvIlyda.getInvoice Method

Gets the invoice data according to invoice UID.
Public Function getInvoice( _ 
ByVal uid As String
) As Dictionary(Of String, String)
This language is not supported or no code example is available.
public Dictionary<string, string> getInvoice( 
string uid 
)
This language is not supported or no code example is available.

Parameters

uid
string

Invoice Initial UID

Return Value

Dictionary<string, string>

.NET Framework

Supported in: 3.5 or newer

In this article

Definition