Order - liljaba1337/r6-marketplace GitHub Wiki
⚠️ Will most likely be changed soon.
Field | Type | Notes |
---|---|---|
ID | string |
|
OrderType | Data.OrderType |
Buy/Sell |
CreatedAt | DateTime |
|
ExpiresAt | DateTime |
|
LastModifiedAt | DateTime |
|
Item | Item | |
Price | int |
|
Fee | int |
For purchase orders this is always 0 . |
NetAmount | int |
The amount you will receive after selling this item. For purchase orders this is always 0 . |
Cancel the order.
HistoryOrder : Order
Field | Type | Notes |
---|---|---|
State | Data.OrderState |
|
ExpiresAt | DateTime? |
null . |
LastModifiedAt | DateTime |
Usually the time when the order was filled / cancelled / expired. |