WarEraAPI.types.transactions.item_market_tx module¶
- class WarEraAPI.types.transactions.item_market_tx.ItemMarketTransaction(_id: str, money: float, quantity: int, sellerId: str, buyerId: str, itemCode: Literal['knife', 'gun', 'rifle', 'sniper', 'tank', 'jet', 'helmet1', 'helmet2', 'helmet3', 'helmet4', 'helmet5', 'helmet6', 'chest1', 'chest2', 'chest3', 'chest4', 'chest5', 'chest6', 'gloves1', 'gloves2', 'gloves3', 'gloves4', 'gloves5', 'gloves6', 'pants1', 'pants2', 'pants3', 'pants4', 'pants5', 'pants6', 'boots1', 'boots2', 'boots3', 'boots4', 'boots5', 'boots6'], transactionType: Literal['itemMarket'], item: WarEraAPI.types.constants.ItemMarket, offerCreatedAt: datetime.datetime, createdAt: datetime.datetime, updatedAt: datetime.datetime, processedByModAt: datetime.datetime | None = None)¶
Bases:
object- buyerId: str¶
- createdAt: datetime¶
- item: ItemMarket¶
- itemCode: Literal['knife', 'gun', 'rifle', 'sniper', 'tank', 'jet', 'helmet1', 'helmet2', 'helmet3', 'helmet4', 'helmet5', 'helmet6', 'chest1', 'chest2', 'chest3', 'chest4', 'chest5', 'chest6', 'gloves1', 'gloves2', 'gloves3', 'gloves4', 'gloves5', 'gloves6', 'pants1', 'pants2', 'pants3', 'pants4', 'pants5', 'pants6', 'boots1', 'boots2', 'boots3', 'boots4', 'boots5', 'boots6']¶
- money: float¶
- offerCreatedAt: datetime¶
- processedByModAt: datetime | None = None¶
- quantity: int¶
- sellerId: str¶
- transactionType: Literal['itemMarket']¶
- updatedAt: datetime¶