Class OrderItemDetailModel
- Namespace
- Kentico.Xperience.Admin.DigitalCommerce.UIPages
- Assembly
- Kentico.Xperience.Admin.DigitalCommerce.dll
Model of the order item detail side panel.
[FormCategory(Label = "{$digitalcommerce.orderitemdetail.category.product$}", Order = 1)]
[FormCategory(Label = "{$digitalcommerce.orderitemdetail.category.pricebreakdown$}", Order = 5)]
public sealed class OrderItemDetailModel
- Inheritance
-
objectOrderItemDetailModel
- Extension Methods
Constructors
OrderItemDetailModel()
public OrderItemDetailModel()
Properties
DiscountAmount
Discount amount applied to the line.
[TextWithLabelComponent(Label = "{$digitalcommerce.order.item.list.discountamount$}", Order = 8)]
public string DiscountAmount { get; set; }
Property Value
- string
LineTotal
Line total including all discounts and taxes.
[TextWithLabelComponent(Label = "{$digitalcommerce.order.item.list.linetotal$}", Order = 11)]
public string LineTotal { get; set; }
Property Value
- string
ProductName
Name of the ordered product.
[TextWithLabelComponent(Label = "{$digitalcommerce.order.item.list.name$}", Order = 3)]
public string ProductName { get; set; }
Property Value
- string
Quantity
Ordered quantity.
[TextWithLabelComponent(Label = "{$digitalcommerce.order.item.list.quantity$}", Order = 4)]
public string Quantity { get; set; }
Property Value
- string
Sku
SKU of the ordered product.
[TextWithLabelComponent(Label = "{$digitalcommerce.order.item.list.sku$}", Order = 2)]
public string Sku { get; set; }
Property Value
- string
Subtotal
Line subtotal before discounts.
[TextWithLabelComponent(Label = "{$digitalcommerce.order.item.list.subtotal$}", Order = 7)]
public string Subtotal { get; set; }
Property Value
- string
TaxAmount
Tax amount of the line.
[TextWithLabelComponent(Label = "{$digitalcommerce.order.item.list.taxamount$}", Order = 10)]
public string TaxAmount { get; set; }
Property Value
- string
TaxRate
Tax rate of the line.
[TextWithLabelComponent(Label = "{$digitalcommerce.order.item.list.taxrate$}", Order = 9)]
public string TaxRate { get; set; }
Property Value
- string
UnitPrice
Price of one unit before discounts.
[TextWithLabelComponent(Label = "{$digitalcommerce.order.item.list.unitprice$}", Order = 6)]
public string UnitPrice { get; set; }
Property Value
- string