Charge volume to user. Use default username and password for authentication.

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 MustOverride Sub chargeVolume ( _
	user As String, _
	volume As Long, _
	billingText As String, _
	referenceCode As String _
)
C#
public abstract void chargeVolume (
	string user,
	long volume,
	string billingText,
	string referenceCode
)
Visual C++
public:
virtual void chargeVolume (
	String^ user, 
	long long volume, 
	String^ billingText, 
	String^ referenceCode
) abstract

Parameters

user
System.String
User account to be charged
volume
System.Int64
Volume to charge
billingText
System.String
Text to appear on the bill
referenceCode
System.String
ode that uniquely identify request

Exceptions

ExceptionCondition
hr.tis.mgw.client.GatewayExceptionGeneric exception base class for all exceptions.