Click or drag to resize
TpItem Constructor
View Project on GitHub
Initialization of a tpitem object.

Namespace: GW2CSharp.V2.Unauthenticated.Commerce
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public TpItem(
	int quantity,
	int unit_price
)

Parameters

quantity
Type: SystemInt32
The amount of items being sold/bought.
unit_price
Type: SystemInt32
The sell offer or buy order price in coins.
See Also