[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 Capture(
Transaction tran,
Nullable<decimal> amount = null,
string description = null,
Object extraData = null
)
public bool Capture(
Transaction tran,
Nullable<decimal> amount = null,
string description = null,
Object extraData = null
)
Public Function Capture (
tran As Transaction,
Optional amount As Nullable(Of Decimal) = Nothing,
Optional description As String = Nothing,
Optional extraData As Object = Nothing
) As Boolean
Public Function Capture (
tran As Transaction,
Optional amount As Nullable(Of Decimal) = Nothing,
Optional description As String = Nothing,
Optional extraData As Object = Nothing
) As Boolean
public:
bool Capture(
Transaction^ tran,
Nullable<Decimal> amount = nullptr,
String^ description = nullptr,
Object^ extraData = nullptr
)
public:
bool Capture(
Transaction^ tran,
Nullable<Decimal> amount = nullptr,
String^ description = nullptr,
Object^ extraData = nullptr
)
member Capture :
tran : Transaction *
?amount : Nullable<decimal> *
?description : string *
?extraData : Object
(* Defaults:
let _amount = defaultArg amount null
let _description = defaultArg description null
let _extraData = defaultArg extraData null
*)
-> bool
member Capture :
tran : Transaction *
?amount : Nullable<decimal> *
?description : string *
?extraData : Object
(* Defaults:
let _amount = defaultArg amount null
let _description = defaultArg description null
let _extraData = defaultArg extraData null
*)
-> bool
Return Value
Type:
Boolean