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 required double SumOfQuantity { get; set; }

Property Value

double

TotalPrice

public required PriceInfo TotalPrice { get; set; }

Property Value

PriceInfo
To top