RetailEventNotificationAction::creditCardProcessCompletion Method
Insert payment process completion notification action.
Syntax
client server public static void creditCardProcessCompletion(
boolean processSucceeded,
CreditCardPaymentErrors errors,
CreditCardOperation operation,
boolean isAuthOperation,
SalesTable salesOrder)
Run On
Called
Parameters
- processSucceeded
Type: boolean
Indicates if the process succeeded.
- errors
Type: CreditCardPaymentErrors Class
Object of CreditCardPaymentErrors.
- operation
Type: CreditCardOperation Enumeration
Credit card process operation.
- isAuthOperation
Type: boolean
Indicate if this is an Auth operation.
- salesOrder
Type: SalesTable Table
Object of SalesTable.