space-traders-api 0.1.2

Generated API client for SpaceTraders
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# ShipyardTransaction

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**waypoint_symbol** | **String** | The symbol of the waypoint. | 
**ship_symbol** | **String** | The symbol of the ship type (e.g. SHIP_MINING_DRONE) that was the subject of the transaction. Contrary to what the name implies, this is NOT the symbol of the ship that was purchased. | 
**ship_type** | **String** | The symbol of the ship type (e.g. SHIP_MINING_DRONE) that was the subject of the transaction. | 
**price** | **i32** | The price of the transaction. | 
**agent_symbol** | **String** | The symbol of the agent that made the transaction. | 
**timestamp** | **String** | The timestamp of the transaction. | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)