Class CardAcceptedEventArgs
Contains details of a card accepted event.
Inheritance
System.Object
CardAcceptedEventArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Westpay.Epas
Assembly: EpasClientLibrary.dll
Syntax
public class CardAcceptedEventArgs
Properties
View SourceCardNumberAlias
Card Number Alias
Declaration
public byte[] CardNumberAlias { get; set; }
Property Value
Type | Description |
---|---|
System. |
MaskedCardNumber
Masked Card Number. The masking means that only the first six digits and last four digits of the card
number are shown. The rest are replaced with asterisk (*
) characters.
Declaration
public string MaskedCardNumber { get; set; }
Property Value
Type | Description |
---|---|
System. |