Class OnlineEftposNotification
Represents a notification about a payment status change from the Online EFTPOS system.
Inheritance
System.Object
OnlineEftposNotification
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Yort.OnlineEftpos
Assembly: cs.temp.dll.dll
Syntax
public sealed class OnlineEftposNotification
Constructors
Name | Description |
---|---|
OnlineEftposNotification(String) | Full constructor. |
Properties
Name | Description |
---|---|
MerchantOrderId | Returns the merchant id of the notification. |
Signature | Returns the signature of the notification. |
SignedData | Returns the content of the notification that was signed as proof of authenticity. |
Status | Returns the status of the notification. |
TransactionId | Returns the Paymark transaction id included in the notification, representing the transaction the notification is for. |
TrustId | Id of the trust. Only contains value when there was a Trust Setup with the payment. |
TrustStatus | Status of the trust, could be either ACTIVE or CANCELLED. Only contains a value when there was a Trust Setup with the payment. |