ProductOrder class
From Catglobe Wiki
More actions
ProductOrder
Details about a line item
Parent class
Inherits from object
Methods
- Empty Split(int amountProcessed "The Amount number that the current object will retain.") - Split this line item into multiple line items, where each can be set as delivered on its own.
 - (From object) string ToString() - The string representation of the object.
 
Properties
- int Amount { get;  } - How many items of this product option did the buyer purchase.
 - bool Delivered { get; set; } - Get/Set delivered already.
 - DateTime DeliveryDate { get;  } - Get the date and time of delivering the product option.
 - string Name { get;  } - Name of the product option.
 - string ObjectTypeName { get;  } - The name of the type of object.
 - int ProductGiftPoints { get;  } - How many gift points did buying this give.
 - string ProductName { get;  } - Name of the product.
 - string ProductNumber { get;  } - ProductNumber of the product option.
 - int ProductResourceId { get;  } - Resource id of the product.
 - (From object) TypeInformation TypeInformation { get;  } - Get information about this class.
 - int UnitPoints { get;  } - What was the price of each item in points.
 - number UnitPrice { get;  } - What was the price of each item in currency.