Class ContractInfo.OrderLine
A single product order line in the contract.
public sealed class ContractInfo.OrderLine
- Inheritance
-
ContractInfo.OrderLine
- Inherited Members
- Extension Methods
Constructors
OrderLine()
public OrderLine()
Properties
MinQuality
Minimum acceptable quality.
public Quality MinQuality { get; set; }
Property Value
ProductId
Product registry ID.
public string ProductId { get; set; }
Property Value
Quantity
Quantity of this product to deliver.
public int Quantity { get; set; }