Refund amount to user. 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 refundAmount ( _
	user As String, _
	amount As Decimal, _
	billingText As String, _
	referenceCode As String, _
	username As String, _
	password As String _
)
C#
public abstract void refundAmount (
	string user,
	decimal amount,
	string billingText,
	string referenceCode,
	string username,
	string password
)
Visual C++
public:
virtual void refundAmount (
	String^ user, 
	Decimal amount, 
	String^ billingText, 
	String^ referenceCode, 
	String^ username, 
	String^ password
) abstract

Parameters

user
System.String
User account to refund funds to
amount
System.Decimal
Amount to refund
billingText
System.String
Text to appear on the bill
referenceCode
System.String
Code that uniquely identify request
username
System.String
Authentication username
password
System.String
Authentication password

Exceptions

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