[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 Transaction Transfer(
Account from,
Account to,
Amount amount,
string description = null,
Object extraData = null
)
public Transaction Transfer(
Account from,
Account to,
Amount amount,
string description = null,
Object extraData = null
)
Public Function Transfer (
from As Account,
to As Account,
amount As Amount,
Optional description As String = Nothing,
Optional extraData As Object = Nothing
) As Transaction
Public Function Transfer (
from As Account,
to As Account,
amount As Amount,
Optional description As String = Nothing,
Optional extraData As Object = Nothing
) As Transaction
public:
Transaction^ Transfer(
Account from,
Account to,
Amount amount,
String^ description = nullptr,
Object^ extraData = nullptr
)
public:
Transaction^ Transfer(
Account from,
Account to,
Amount amount,
String^ description = nullptr,
Object^ extraData = nullptr
)
member Transfer :
from : Account *
to : Account *
amount : Amount *
?description : string *
?extraData : Object
(* Defaults:
let _description = defaultArg description null
let _extraData = defaultArg extraData null
*)
-> Transaction
member Transfer :
from : Account *
to : Account *
amount : Amount *
?description : string *
?extraData : Object
(* Defaults:
let _description = defaultArg description null
let _extraData = defaultArg extraData null
*)
-> Transaction
Return Value
Type:
Transaction