Table of Contents

Class OrderLineCollection.TotalAndQuantity

Namespace
Dynamicweb.Ecommerce.Orders
Assembly
Dynamicweb.Ecommerce.dll
public class OrderLineCollection.TotalAndQuantity
Inheritance
OrderLineCollection.TotalAndQuantity
Inherited Members

Properties

ProductImage

public string ProductImage { get; set; }

Property Value

string

SumOfQuantity

public double SumOfQuantity { get; set; }

Property Value

double

TotalPrice

public PriceInfo TotalPrice { get; set; }

Property Value

PriceInfo
To top