| CheckoutHandlerWithStatusPageSetTransactionState Method |
Namespace:
Dynamicweb.Ecommerce.Cart
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax protected void SetTransactionState(
Order order,
bool isSuccess,
double transactionAmount,
string transactionNumber,
string transactionCardType
)
Protected Sub SetTransactionState (
order As Order,
isSuccess As Boolean,
transactionAmount As Double,
transactionNumber As String,
transactionCardType As String
)
Parameters
- order
- Type: Dynamicweb.Ecommerce.OrdersOrder
- isSuccess
- Type: SystemBoolean
- transactionAmount
- Type: SystemDouble
- transactionNumber
- Type: SystemString
- transactionCardType
- Type: SystemString
See Also