Class OnlineEftposRefundStatus
Represents the status of a refund transaction.
Inheritance
System.Object
OnlineEftposRefundStatus
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 OnlineEftposRefundStatus
Properties
Name | Description |
---|---|
CreationTime | The date and time the refund 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 refund was last updated, as a universal date time value. |
Status | Sets or returns a text based description of the refund status. |
Transaction | Sets or returns the details of the transaction, such as amount. |