protected internal virtual PaymentException DoVerifyPotentialTransaction(
PaySession session,
TransactionType type,
Account from,
Account to,
Amount amount
)
protected internal virtual PaymentException DoVerifyPotentialTransaction(
PaySession session,
TransactionType type,
Account from,
Account to,
Amount amount
)
Protected Friend Overridable Function DoVerifyPotentialTransaction (
session As PaySession,
type As TransactionType,
from As Account,
to As Account,
amount As Amount
) As PaymentException
Protected Friend Overridable Function DoVerifyPotentialTransaction (
session As PaySession,
type As TransactionType,
from As Account,
to As Account,
amount As Amount
) As PaymentException
protected public:
virtual PaymentException^ DoVerifyPotentialTransaction(
PaySession^ session,
TransactionType type,
Account from,
Account to,
Amount amount
)
protected public:
virtual PaymentException^ DoVerifyPotentialTransaction(
PaySession^ session,
TransactionType type,
Account from,
Account to,
Amount amount
)
abstract DoVerifyPotentialTransaction :
session : PaySession *
type : TransactionType *
from : Account *
to : Account *
amount : Amount -> PaymentException
override DoVerifyPotentialTransaction :
session : PaySession *
type : TransactionType *
from : Account *
to : Account *
amount : Amount -> PaymentException
abstract DoVerifyPotentialTransaction :
session : PaySession *
type : TransactionType *
from : Account *
to : Account *
amount : Amount -> PaymentException
override DoVerifyPotentialTransaction :
session : PaySession *
type : TransactionType *
from : Account *
to : Account *
amount : Amount -> PaymentException