[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.PayAssembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
public bool Void(
Transaction tran,
string description = null,
Object extraData = null
)
public bool Void(
Transaction tran,
string description = null,
Object extraData = null
)
Public Function Void (
tran As Transaction,
Optional description As String = Nothing,
Optional extraData As Object = Nothing
) As Boolean
Public Function Void (
tran As Transaction,
Optional description As String = Nothing,
Optional extraData As Object = Nothing
) As Boolean
public:
bool Void(
Transaction^ tran,
String^ description = nullptr,
Object^ extraData = nullptr
)
public:
bool Void(
Transaction^ tran,
String^ description = nullptr,
Object^ extraData = nullptr
)
member Void :
tran : Transaction *
?description : string *
?extraData : Object
(* Defaults:
let _description = defaultArg description null
let _extraData = defaultArg extraData null
*)
-> bool
member Void :
tran : Transaction *
?description : string *
?extraData : Object
(* Defaults:
let _description = defaultArg description null
let _extraData = defaultArg extraData null
*)
-> bool
Return Value
Type:
Boolean