Class OrderItem#
Defined in File OrderItem.cs
Inheritance Relationships#
Base Type#
public xbe.sdk.Object
(Class Object)
Class Documentation#
- class xbe.sdk.Models.OrderItem : xbe.sdk.Object#
A line item of an order for a particular service or product.
Properties
- Guid ProductUid { get; set; }#
The unique identifier of the desired product or service.
- string Description { get; set; }#
The detailed description of the desired product or service.
- double ListPrice { get; set; }#
The original listed price of the product.
- double Price { get; set; }#
The adjusted price after discounts have been applied.
- int Quantity { get; set; }#
The quantity of the product that was rendered.
- bool Renewal { get; set; }#
Indicates if this item represents a renewal of an existing product or service.