View Project on GitHub
Initialization of a tpitem object.
Namespace: GW2CSharp.V2.Unauthenticated.CommerceAssembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntaxpublic 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