Table of Contents

Class ContractInfo.OrderLine

Namespace
S1API.Economy
Assembly
S1API.dll

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

Quality

ProductId

Product registry ID.

public string ProductId { get; set; }

Property Value

string

Quantity

Quantity of this product to deliver.

public int Quantity { get; set; }

Property Value

int