Get amount from volume. 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 getAmount ( _
	user As String, _
	volume As Long _
) As Decimal
C#
public abstract decimal getAmount (
	string user,
	long volume
)
Visual C++
public:
virtual Decimal getAmount (
	String^ user, 
	long long volume
) abstract

Parameters

user
System.String
User account for which conversion is required
volume
System.Int64
Volume to convert to amount

Return Value

Amount to charge

Exceptions

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