ProvBratnet.getCreditInfo Method
Get the available and consumed provider credits.
This language is not supported or no code example is available.
This language is not supported or no code example is available.
Return Value
Dictionary<
string,
string>
var bra = new ProvBratnet("bratnetUser", "bratnetPassword", "bratnetAPIKey", "arbUser", "arbKey", false);
Dictionary<string, string> result = bra.getCreditInfo();
This language is not supported or no code example is available.
Dim bra As ProvBratnet = New ProvBratnet("bratnetUser", "bratnetPassword", "bratnetAPIKey", "arbUser", "arbKey", False)
Dim result As Dictionary(Of String, String) = bra.getCreditInfo()
This language is not supported or no code example is available.
.NET Framework
Supported in: 3.5 or newer