[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 PaymentException VerifyPotentialTransaction(
TransactionType type,
Account from,
Account to,
Amount amount
)
public PaymentException VerifyPotentialTransaction(
TransactionType type,
Account from,
Account to,
Amount amount
)
Public Function VerifyPotentialTransaction (
type As TransactionType,
from As Account,
to As Account,
amount As Amount
) As PaymentException
Public Function VerifyPotentialTransaction (
type As TransactionType,
from As Account,
to As Account,
amount As Amount
) As PaymentException
public:
PaymentException^ VerifyPotentialTransaction(
TransactionType type,
Account from,
Account to,
Amount amount
)
public:
PaymentException^ VerifyPotentialTransaction(
TransactionType type,
Account from,
Account to,
Amount amount
)
member VerifyPotentialTransaction :
type : TransactionType *
from : Account *
to : Account *
amount : Amount -> PaymentException
member VerifyPotentialTransaction :
type : TransactionType *
from : Account *
to : Account *
amount : Amount -> PaymentException
Return Value
Type:
PaymentException