Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

ProductOrder class

From Catglobe Wiki
Revision as of 10:37, 5 October 2015 by Tungocman (talk | contribs) (Created page with "{{CGscriptClass_Template |Name=ProductOrder |Description=Details about a line item |Methods= {{CGscriptMethods_Template|ReturnType=Empty|Name=Split|Parameters= {{CGscriptParam...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

ProductOrder



Details about a line item


Methods

  • Empty Split(number 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.
  • string ToString() - The string representation of the object.

Properties

  • number 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.
  • number 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.
  • TypeInformation TypeInformation { get; } - Get information about this class.
  • number UnitPoints { get; } - What was the price of each item in points.