Constructor InputItem
InputItem(string, double, string)
Construct a transaction price requirement. Pays from Wallet by default.
Declaration
public InputItem(string id, double price, string sourceInventoryOverride = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | id | definition id of item |
| double | price | price of item |
| string | sourceInventoryOverride | override inventory of detail specified inventory |
InputItem(InputItem)
Constructor for creating a clone with the same information as another InputItem.
Declaration
public InputItem(InputItem other)
Parameters
| Type | Name | Description |
|---|---|---|
| InputItem | other | The other input item to copy information from. |