PaySession Refund Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Has the same semantics as corresponding PaySystem method executed in context of this session

Namespace: NFX.Web.Pay
Assembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public bool Refund(
	Transaction tran,
	Nullable<decimal> amount = null,
	string description = null,
	Object extraData = null
)

Parameters

tran
Type: NFX.Web.Pay Transaction
amount (Optional)
Type: OnlineSystem Nullable OnlineDecimal 
description (Optional)
Type: OnlineSystem String
extraData (Optional)
Type: OnlineSystem Object

Return Value

Type: OnlineBoolean
See Also