ProvBratnet.getB2GInfo Method
Public Function getB2GInfo( _
ByVal mark As String _
) As Dictionary(Of String, String)
This language is not supported or no code example is available.
Parameters
- mark
- string
The MARK of the B2G invoice
Return Value
Dictionary<string, string>
var bra = new ProvBratnet("bratnetUser", "bratnetPassword", "bratnetAPIKey", "arbUser", "arbKey", false);
Dictionary<string, string> result = bra.getB2GInfo("400000000000001"");
This language is not supported or no code example is available.