Table of Contents

Class DeliveryItem

Namespace
S1API.Deliveries
Assembly
S1API.dll

An immutable item-and-quantity entry from a delivery or receipt.

public sealed class DeliveryItem
Inheritance
DeliveryItem
Inherited Members
Extension Methods

Properties

ItemId

Gets the registry ID of the ordered item.

public string ItemId { get; }

Property Value

string

Quantity

Gets the ordered quantity.

public int Quantity { get; }

Property Value

int