Class OnlineEftposPaymentStatus
Represents the status of a payment transaction.
Inheritance
System.Object
OnlineEftposPaymentStatus
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 OnlineEftposPaymentStatus
Properties
Name | Description |
---|---|
Bank | Sets or returns the payer/bank details associated with the transaction. |
CreationTime | The date and time the payment was created, as a univeral date time value. |
Id | Sets or returns the unique identifier of the payment. |
Merchant | Sets or returns information about the merchant related to this transaction. |
ModificationTime | The date and time the payment was last updated, as a universal date time value. |
Status | Sets or returns a text based description of the payment status. |
Transaction | Sets or returns the details of the transaction, such as amount. |
Trust | Sets or returns the details of a trust relationship associated with this transaction, if any, otherwise null. |