InventoryValue - liljaba1337/r6-marketplace GitHub Wiki
Field | Type | Notes |
---|---|---|
TotalValue | int |
The total value of the inventory based on the current lowest price. |
TotalValueWithoutFee | int |
The total value of the inventory based on the current lowest price minus 10% fees. |
TotalValueLastSale | int |
The total value of the inventory based on the last sale price. |
TotalValueLastSaleWithoutFee | int |
The total value of the inventory based on the last sale price minus 10% fees. |
TotalValueAutobuy | int |
The total value of the inventory based on the current lowest buy order price. |
TotalValueAutobuyWithoutFee | int |
The total value of the inventory based on the current lowest buy order price minus 10% fees. |
TotalValue