Class AfterPayOrderReversal
Represents a response from the AfterPay API to a AfterPayReverseOrderRequest.
Inheritance
System.Object
AfterPayOrderReversal
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.AfterPay.InStore
Assembly: cs.temp.dll.dll
Syntax
public class AfterPayOrderReversal
Properties
Name | Description |
---|---|
RequestedAt | Returns the date and time at which the reversal was requested. |
ReversedAt | Returns the date and time at which the reversal was created. |
ReverseId | The unique ID of the reversal created within the AfterPay system. |
ReversingRequestId | The unique ID of the request that created this reversal. |