Reserve volume to be charged 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 Function reserveVolume ( _
	user As String, _
	volume As Long, _
	billingText As String _
) As Charging
C#
public abstract Charging reserveVolume (
	string user,
	long volume,
	string billingText
)
Visual C++
public:
virtual Charging^ reserveVolume (
	String^ user, 
	long long volume, 
	String^ billingText
) abstract

Parameters

user
System.String
User account for which reservation is required
volume
System.Int64
Volume to reserve
billingText
System.String
Text to appear on the bill

Return Value

Charging class holding reservation identifier

Exceptions

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