Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Payments Namespace / PaymentEngine.AsyncDoAuthorizeDelegate Delegate
In This Topic
Version
PaymentEngine.AsyncDoAuthorizeDelegate Delegate
In This Topic
Syntax
private delegate void PaymentEngine.AsyncDoAuthorizeDelegate( 
   int userId,
   int storeId,
   int paymentId,
   string paymentInstrumentData,
   string remoteIP
)

Parameters

userId
storeId
paymentId
paymentInstrumentData
remoteIP
See Also