Class AfterPayRefund
Represents a refund that has been successfully created with the AfterPay system.
Inheritance
System.Object
AfterPayRefund
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 AfterPayRefund
Properties
Name | Description |
---|---|
Amount | The amount of this refund. |
MerchantReference | An id linking this refund to an object in the point of sale system, e.g. the POS docket or receipt number the return/refund is being done on. |
OrderId | The unique AfterPay id for the original order this refund was made against (from OrderId. |
OrderMerchantReference | The merchant reference of the original order the refund was made against. |
RefundedAt | The date and time at which the refund was created within the AfterPay system. |
RefundId | The unique id of the refund created within the AfterPay system. |
RequestedAt | The date and time the request that created this refund was created. |
RequestId | The unique id for the request that created this refund. |