Class AfterPayOrderItem
Represents an item being sold or returned as part of an AfterPay API transaction.
Inheritance
System.Object
AfterPayOrderItem
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 AfterPayOrderItem
Remarks
See https://docs.afterpay.com.au/instore-api-v1.html#item-object for more information.
Properties
Name | Description |
---|---|
Name | A brief description or name for the product. |
Price | The unit price of a whole unit of this item. |
Quantity | The number of units, volume or amount of this product used. |
Sku | The unique stock-keeping-unit code for this product. |