Class AfterPayReverseRefundRequest
Represents a request to reverse a refund previously requested. This should only be done under error conditions where the state of the refund is unknown.
Inheritance
System.Object
AfterPayReverseRefundRequest
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 AfterPayReverseRefundRequest
Remarks
For more information see; https://docs.afterpay.com.au/instore-api-v1.html#refund-reversal
Properties
Name | Description |
---|---|
RequestedAt | The date and time at which this request was created. Defaults to the now property of SystemClock. |
ReversingRequestId | The unique id of the request previously sent to create the refund. |