Interface INotificationVerifier
Interface for components that can verify a OnlineEftposNotification as being valid and sent by the Online EFTPOS system.
Namespace: Yort.OnlineEftpos
Assembly: cs.temp.dll.dll
Syntax
public interface INotificationVerifier
Methods
Name | Description |
---|---|
ThrowIfNotVerified(OnlineEftposNotification) | Verifies |
Verify(OnlineEftposNotification) | Returns true if the specified OnlineEftposNotification is verified valid and authentic, otherwise false. |