WarEraAPI.types.transactions.open_case_tx module¶
- class WarEraAPI.types.transactions.open_case_tx.OpenCaseTransaction(_id: str, 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['openCase'], item: WarEraAPI.types.constants.ItemMarket, createdAt: datetime.datetime, updatedAt: datetime.datetime)¶
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']¶
- quantity: int¶
- sellerId: str¶
- transactionType: Literal['openCase']¶
- updatedAt: datetime¶