Class AfterPayReverseOrderRequest
Represents a request to reverse an order that was previously attempted in the AfterPay system.
Inheritance
System.Object
AfterPayReverseOrderRequest
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 AfterPayReverseOrderRequest
Remarks
Orders should only be reversed when errors have occurred and the state of the order is unknown. For more information see; https://docs.afterpay.com.au/instore-api-v1.html#idempotent-requests and https://docs.afterpay.com.au/instore-api-v1.html#reverse-order
Properties
Name | Description |
---|---|
RequestedAt | The date and time at which the request is being made. Defaults to the now property of SystemClock. |
ReversingRequestId | The request ID for the previously submitted order request. |