Namespace: hr.tis.mgw.client.charging
Assembly:   mgw2-client-1.0.6 (in mgw2-client-1.0.6)
Version: 2.1.0.6

Syntax

Visual Basic (Declaration)
Public Overrides Sub chargeVolume ( _
	user As String, _
	volume As Long, _
	billingText As String, _
	referenceCode As String, _
	username As String, _
	password As String _
)
C#
public override void chargeVolume (
	string user,
	long volume,
	string billingText,
	string referenceCode,
	string username,
	string password
)
Visual C++
public:
virtual void chargeVolume (
	String^ user, 
	long long volume, 
	String^ billingText, 
	String^ referenceCode, 
	String^ username, 
	String^ password
) override

Parameters

user
System.String
volume
System.Int64
billingText
System.String
referenceCode
System.String
username
System.String
password
System.String