Table of Contents

Class PriceQuantityInfo

Namespace
Dynamicweb.Ecommerce.Prices
Assembly
Dynamicweb.Ecommerce.dll

Price quantity information.

public sealed record PriceQuantityInfo : IEquatable<PriceQuantityInfo>
Inheritance
PriceQuantityInfo
Implements
Inherited Members

Properties

Quantity

Gets or sets the quantity.

public double Quantity { get; init; }

Property Value

double

StockLocationId

Gets or sets the stock location identifier.

public long StockLocationId { get; init; }

Property Value

long

UnitId

Gets or sets the unit identifier.

public string UnitId { get; init; }

Property Value

string
To top