PayNow

SteamSkinsInventoryItemDetailsDto

app_idintegerRequired
The Steam app ID
idstringRequired
The unique identifier of the Steam item
namestringRequired
The name of the item
priceintegerRequired
The price of the item in the smallest currency unit
Example
{
  "app_id": 730,
  "id": "string",
  "name": "AK-47 | Redline",
  "price": 2500
}