Class EnableCardReaderOptions
Options for enable card reader
Inheritance
System.Object
EnableCardReaderOptions
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 EnableCardReaderOptions
Properties
View SourceNotifyOnCancel
NotifyOnCancel - If NotifyOnCancel was true and the cancel button is pressed after a card is tapped or swiped, then you will get a CardStatus(false) notification.
Declaration
public bool NotifyOnCancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TransactionType
Transaction type use to identify which
Declaration
public ServiceEnableType TransactionType { get; set; }
Property Value
Type | Description |
---|---|
ServiceEnableType |