Reserve additional volume to previous volume reservation. Specify 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 reserveAdditionalVolume ( _
	charging As Charging, _
	volume As Long, _
	billingText As String, _
	username As String, _
	password As String _
)
C#
public abstract void reserveAdditionalVolume (
	Charging charging,
	long volume,
	string billingText,
	string username,
	string password
)
Visual C++
public:
virtual void reserveAdditionalVolume (
	Charging^ charging, 
	long long volume, 
	String^ billingText, 
	String^ username, 
	String^ password
) abstract

Parameters

charging
hr.tis.mgw.client.charging.Charging
Charging obtained from previous volume reservation
volume
System.Int64
Volume to add to reservation
billingText
System.String
Text to appear on the bill
username
System.String
Authentication username
password
System.String
Authentication password

Exceptions

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