Share via


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.
  • isAuthOperation
    Type: boolean
    Indicate if this is an Auth operation.

See Also

Reference

RetailEventNotificationAction Table