Delegate EpasClient.CardAcceptedNotification
Delegate definition for card acceptance notifications
Namespace: Westpay.Epas
Assembly: EpasClientLibrary.dll
Syntax
public delegate void CardAcceptedNotification(CardAcceptedEventArgs args);
Parameters
| Type | Name | Description |
|---|---|---|
| CardAcceptedEventArgs | args | An instance of the CardAcceptedEventArgs to provide details(MaskedCardNumber and CNA) of a card accepted event |