ProvBratnet.getCreditInfo Method

Get the available and consumed provider credits.
Public Function getCreditInfo() As Dictionary(Of String, String)
This language is not supported or no code example is available.
public Dictionary<string, string> getCreditInfo()
This language is not supported or no code example is available.

Return Value

Dictionary<string, string>
FieldValue / Description
response.b2GCredits2500
response.consumedB2G193
response.consumedRetail1972
response.consumedTotal5624
response.consumedWholesale1440
response.periodEnd01/01/2026 00:00:00
response.periodStart01/01/2026 00:00:00
response.retailCredits10000
response.vat123456789
response.wholesaleCredits5000
userRequestIDa2caefc4-7342-4053-ad8e
versionVersion 04
Example
 
 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

In this article

Definition