Class AfterPayOrder
Represents an order created within the AfterPay system via a AfterPayCreateOrderRequest.
Inheritance
System.Object
AfterPayOrder
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 AfterPayOrder
Properties
Name | Description |
---|---|
Amount | The payment required for this order as a AfterPayMoney instace. |
MerchantReference | The merchant reference provided on the AfterPayCreateOrderRequest instance that created this order. |
OrderedAt | The date and time this order was created in the AfterPay system. |
OrderId | The unique id of this order within the AfterPay system. |
OrderItems | The items that were included on this order, taken from the original AfterPayCreateOrderRequest. |
PreapprovalCode | The pre-approval alphanumeric code obtained from the customer that was used to authorise payment for this order. |
RequestedAt | The request date and time from the AfterPayCreateOrderRequest that created this order. |
RequestId | The unique request id of the AfterPayCreateOrderRequest that created this order. |